Color spaces of #d5cfec
RGB | 213 | 207 | 236 |
---|---|---|---|
HSL | 0.70 | 0.43 | 0.87 |
HSV | 252° | 12° | 93° |
CMYK | 0.10 | 0.12 | 0.00 0.07 |
XYZ | 64.8937 | 64.8279 | 88.4497 |
Yxy | 64.8279 | 0.2974 | 0.2971 |
Hunter Lab | 80.5158 | 2.9639 | -8.7713 |
CIE-Lab | 84.3950 | 7.5387 | -13.5183 |
#d5cfec color RGB value is (213,207,236).
#d5cfec hex color red value is 213, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d5cfec hue: 0.70 , saturation: 0.43 and the lightness value of d5cfec is 0.87.
The process color (four color CMYK) of #d5cfec color hex is 0.10, 0.12, 0.00, 0.07. Web safe color of #d5cfec is #ccccff. Color #d5cfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11001111 | 11101100 |
Octal | 325 | 317 | 354 |
Decimal | 213 | 207 | 236 |
Hex | D5 | CF | EC |
Shades of #d5cfec
Tints of #d5cfec
RGB Percentages of Color #d5cfec
CMYK Percentages of Color #d5cfec
Complementary Color
#d5cfec | #e6eccf |
#d5cfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5cfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5cfec Color CSS Codes
.mybgcolor {background-color:#d5cfec; } .myforecolor {color:#d5cfec; } .mybordercolor {border:3px solid #d5cfec; }
#d5cfec Text Font Color
<p style="color:#d5cfec">Text here</p>
This sample text font color is #d5cfec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d5cfec Background Color
<div style="background-color:#d5cfec">
Div content here</div>
This div background color is #d5cfec
#d5cfec Border Color
<div style="border:3px solid #d5cfec">
Div here</div>
This div border color is #d5cfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,207,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5cfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5cfec; -webkit-box-shadow: 1px 1px 3px 2px #d5cfec; box-shadow: 1px 1px 3px 2px #d5cfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,207,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5cfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5cfec; -webkit-box-shadow: 1px 1px 3px 2px #d5cfec; box-shadow: 1px 1px 3px 2px #d5cfec;">
Div content here</div>
This div box has shadow with color #d5cfec
Comments
No comments written yet.
Please login to write comment.