Color spaces of #d7ccec
RGB | 215 | 204 | 236 |
---|---|---|---|
HSL | 0.72 | 0.46 | 0.86 |
HSV | 261° | 14° | 93° |
CMYK | 0.09 | 0.14 | 0.00 0.07 |
XYZ | 64.7575 | 63.6889 | 88.2370 |
Yxy | 63.6889 | 0.2989 | 0.2939 |
Hunter Lab | 79.8053 | 5.1833 | -9.6904 |
CIE-Lab | 83.8035 | 9.7798 | -14.3883 |
#d7ccec color RGB value is (215,204,236).
#d7ccec hex color red value is 215, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d7ccec hue: 0.72 , saturation: 0.46 and the lightness value of d7ccec is 0.86.
The process color (four color CMYK) of #d7ccec color hex is 0.09, 0.14, 0.00, 0.07. Web safe color of #d7ccec is #ccccff. Color #d7ccec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 11001100 | 11101100 |
Octal | 327 | 314 | 354 |
Decimal | 215 | 204 | 236 |
Hex | D7 | CC | EC |
Shades of #d7ccec
Tints of #d7ccec
RGB Percentages of Color #d7ccec
CMYK Percentages of Color #d7ccec
Complementary Color
#d7ccec | #e1eccc |
#d7ccec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7ccec Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7ccec Color CSS Codes
.mybgcolor {background-color:#d7ccec; } .myforecolor {color:#d7ccec; } .mybordercolor {border:3px solid #d7ccec; }
#d7ccec Text Font Color
<p style="color:#d7ccec">Text here</p>
This sample text font color is #d7ccec
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.
#d7ccec Background Color
<div style="background-color:#d7ccec">
Div content here</div>
This div background color is #d7ccec
#d7ccec Border Color
<div style="border:3px solid #d7ccec">
Div here</div>
This div border color is #d7ccec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,204,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7ccec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7ccec; -webkit-box-shadow: 1px 1px 3px 2px #d7ccec; box-shadow: 1px 1px 3px 2px #d7ccec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,204,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 #d7ccec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7ccec; -webkit-box-shadow: 1px 1px 3px 2px #d7ccec; box-shadow: 1px 1px 3px 2px #d7ccec;">
Div content here</div>
This div box has shadow with color #d7ccec
Comments
No comments written yet.
Please login to write comment.