Color spaces of #d4cbfc
RGB | 212 | 203 | 252 |
---|---|---|---|
HSL | 0.70 | 0.89 | 0.89 |
HSV | 251° | 19° | 99° |
CMYK | 0.16 | 0.19 | 0.00 0.01 |
XYZ | 66.0780 | 63.7372 | 100.9153 |
Yxy | 63.7372 | 0.2864 | 0.2762 |
Hunter Lab | 79.8356 | 8.0279 | -19.0600 |
CIE-Lab | 83.8288 | 12.6415 | -22.8789 |
#d4cbfc color RGB value is (212,203,252).
#d4cbfc hex color red value is 212, green value is 203 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d4cbfc hue: 0.70 , saturation: 0.89 and the lightness value of d4cbfc is 0.89.
The process color (four color CMYK) of #d4cbfc color hex is 0.16, 0.19, 0.00, 0.01. Web safe color of #d4cbfc is #ccccff. Color #d4cbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11001011 | 11111100 |
Octal | 324 | 313 | 374 |
Decimal | 212 | 203 | 252 |
Hex | D4 | CB | FC |
Shades of #d4cbfc
Tints of #d4cbfc
RGB Percentages of Color #d4cbfc
CMYK Percentages of Color #d4cbfc
Complementary Color
#d4cbfc | #f3fccb |
#d4cbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4cbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4cbfc Color CSS Codes
.mybgcolor {background-color:#d4cbfc; } .myforecolor {color:#d4cbfc; } .mybordercolor {border:3px solid #d4cbfc; }
#d4cbfc Text Font Color
<p style="color:#d4cbfc">Text here</p>
This sample text font color is #d4cbfc
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.
#d4cbfc Background Color
<div style="background-color:#d4cbfc">
Div content here</div>
This div background color is #d4cbfc
#d4cbfc Border Color
<div style="border:3px solid #d4cbfc">
Div here</div>
This div border color is #d4cbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,203,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4cbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4cbfc; -webkit-box-shadow: 1px 1px 3px 2px #d4cbfc; box-shadow: 1px 1px 3px 2px #d4cbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,203,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4cbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4cbfc; -webkit-box-shadow: 1px 1px 3px 2px #d4cbfc; box-shadow: 1px 1px 3px 2px #d4cbfc;">
Div content here</div>
This div box has shadow with color #d4cbfc
Comments
No comments written yet.
Please login to write comment.