Color spaces of #d2cbee
RGB | 210 | 203 | 238 |
---|---|---|---|
HSL | 0.70 | 0.51 | 0.86 |
HSV | 252° | 15° | 93° |
CMYK | 0.12 | 0.15 | 0.00 0.07 |
XYZ | 63.3669 | 62.5866 | 89.6295 |
Yxy | 62.5866 | 0.2939 | 0.2903 |
Hunter Lab | 79.1117 | 4.5295 | -11.7944 |
CIE-Lab | 83.2244 | 9.1040 | -16.3626 |
#d2cbee color RGB value is (210,203,238).
#d2cbee hex color red value is 210, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d2cbee hue: 0.70 , saturation: 0.51 and the lightness value of d2cbee is 0.86.
The process color (four color CMYK) of #d2cbee color hex is 0.12, 0.15, 0.00, 0.07. Web safe color of #d2cbee is #ccccff. Color #d2cbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 11001011 | 11101110 |
Octal | 322 | 313 | 356 |
Decimal | 210 | 203 | 238 |
Hex | D2 | CB | EE |
Shades of #d2cbee
Tints of #d2cbee
RGB Percentages of Color #d2cbee
CMYK Percentages of Color #d2cbee
Complementary Color
#d2cbee | #e7eecb |
#d2cbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2cbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2cbee Color CSS Codes
.mybgcolor {background-color:#d2cbee; } .myforecolor {color:#d2cbee; } .mybordercolor {border:3px solid #d2cbee; }
#d2cbee Text Font Color
<p style="color:#d2cbee">Text here</p>
This sample text font color is #d2cbee
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.
#d2cbee Background Color
<div style="background-color:#d2cbee">
Div content here</div>
This div background color is #d2cbee
#d2cbee Border Color
<div style="border:3px solid #d2cbee">
Div here</div>
This div border color is #d2cbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,203,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2cbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2cbee; -webkit-box-shadow: 1px 1px 3px 2px #d2cbee; box-shadow: 1px 1px 3px 2px #d2cbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,203,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2cbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2cbee; -webkit-box-shadow: 1px 1px 3px 2px #d2cbee; box-shadow: 1px 1px 3px 2px #d2cbee;">
Div content here</div>
This div box has shadow with color #d2cbee
Comments
No comments written yet.
Please login to write comment.