Color spaces of #d6cbdf
RGB | 214 | 203 | 223 |
---|---|---|---|
HSL | 0.76 | 0.24 | 0.84 |
HSV | 273° | 9° | 87° |
CMYK | 0.04 | 0.09 | 0.00 0.13 |
XYZ | 62.4068 | 62.3357 | 78.5548 |
Yxy | 62.3357 | 0.3070 | 0.3066 |
Hunter Lab | 78.9530 | 2.9241 | -3.7239 |
CIE-Lab | 83.0916 | 7.4590 | -8.5297 |
#d6cbdf color RGB value is (214,203,223).
#d6cbdf hex color red value is 214, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d6cbdf hue: 0.76 , saturation: 0.24 and the lightness value of d6cbdf is 0.84.
The process color (four color CMYK) of #d6cbdf color hex is 0.04, 0.09, 0.00, 0.13. Web safe color of #d6cbdf is #cccccc. Color #d6cbdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 11001011 | 11011111 |
Octal | 326 | 313 | 337 |
Decimal | 214 | 203 | 223 |
Hex | D6 | CB | DF |
Shades of #d6cbdf
Tints of #d6cbdf
RGB Percentages of Color #d6cbdf
CMYK Percentages of Color #d6cbdf
Complementary Color
#d6cbdf | #d4dfcb |
#d6cbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6cbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6cbdf Color CSS Codes
.mybgcolor {background-color:#d6cbdf; } .myforecolor {color:#d6cbdf; } .mybordercolor {border:3px solid #d6cbdf; }
#d6cbdf Text Font Color
<p style="color:#d6cbdf">Text here</p>
This sample text font color is #d6cbdf
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.
#d6cbdf Background Color
<div style="background-color:#d6cbdf">
Div content here</div>
This div background color is #d6cbdf
#d6cbdf Border Color
<div style="border:3px solid #d6cbdf">
Div here</div>
This div border color is #d6cbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,203,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6cbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6cbdf; -webkit-box-shadow: 1px 1px 3px 2px #d6cbdf; box-shadow: 1px 1px 3px 2px #d6cbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,203,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6cbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6cbdf; -webkit-box-shadow: 1px 1px 3px 2px #d6cbdf; box-shadow: 1px 1px 3px 2px #d6cbdf;">
Div content here</div>
This div box has shadow with color #d6cbdf
Comments
No comments written yet.
Please login to write comment.