Color spaces of #cdbbdd
RGB | 205 | 187 | 221 |
---|---|---|---|
HSL | 0.75 | 0.33 | 0.80 |
HSV | 272° | 15° | 87° |
CMYK | 0.07 | 0.15 | 0.00 0.13 |
XYZ | 55.9983 | 53.7402 | 75.8281 |
Yxy | 53.7402 | 0.3018 | 0.2896 |
Hunter Lab | 73.3077 | 8.0641 | -10.0131 |
CIE-Lab | 78.3100 | 12.6536 | -14.6739 |
#cdbbdd color RGB value is (205,187,221).
#cdbbdd hex color red value is 205, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cdbbdd hue: 0.75 , saturation: 0.33 and the lightness value of cdbbdd is 0.80.
The process color (four color CMYK) of #cdbbdd color hex is 0.07, 0.15, 0.00, 0.13. Web safe color of #cdbbdd is #cccccc. Color #cdbbdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111011 | 11011101 |
Octal | 315 | 273 | 335 |
Decimal | 205 | 187 | 221 |
Hex | CD | BB | DD |
Shades of #cdbbdd
Tints of #cdbbdd
RGB Percentages of Color #cdbbdd
CMYK Percentages of Color #cdbbdd
Complementary Color
#cdbbdd | #cbddbb |
#cdbbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbbdd Color CSS Codes
.mybgcolor {background-color:#cdbbdd; } .myforecolor {color:#cdbbdd; } .mybordercolor {border:3px solid #cdbbdd; }
#cdbbdd Text Font Color
<p style="color:#cdbbdd">Text here</p>
This sample text font color is #cdbbdd
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.
#cdbbdd Background Color
<div style="background-color:#cdbbdd">
Div content here</div>
This div background color is #cdbbdd
#cdbbdd Border Color
<div style="border:3px solid #cdbbdd">
Div here</div>
This div border color is #cdbbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,187,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbbdd; -webkit-box-shadow: 1px 1px 3px 2px #cdbbdd; box-shadow: 1px 1px 3px 2px #cdbbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,187,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbbdd; -webkit-box-shadow: 1px 1px 3px 2px #cdbbdd; box-shadow: 1px 1px 3px 2px #cdbbdd;">
Div content here</div>
This div box has shadow with color #cdbbdd
Comments
No comments written yet.
Please login to write comment.