Color spaces of #cdbbde
RGB | 205 | 187 | 222 |
---|---|---|---|
HSL | 0.75 | 0.35 | 0.80 |
HSV | 271° | 16° | 87° |
CMYK | 0.08 | 0.16 | 0.00 0.13 |
XYZ | 56.1320 | 53.7937 | 76.5320 |
Yxy | 53.7937 | 0.3010 | 0.2885 |
Hunter Lab | 73.3442 | 8.2578 | -10.5260 |
CIE-Lab | 78.3413 | 12.8521 | -15.1669 |
#cdbbde color RGB value is (205,187,222).
#cdbbde hex color red value is 205, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cdbbde hue: 0.75 , saturation: 0.35 and the lightness value of cdbbde is 0.80.
The process color (four color CMYK) of #cdbbde color hex is 0.08, 0.16, 0.00, 0.13. Web safe color of #cdbbde is #cccccc. Color #cdbbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111011 | 11011110 |
Octal | 315 | 273 | 336 |
Decimal | 205 | 187 | 222 |
Hex | CD | BB | DE |
Shades of #cdbbde
Tints of #cdbbde
RGB Percentages of Color #cdbbde
CMYK Percentages of Color #cdbbde
Complementary Color
#cdbbde | #ccdebb |
#cdbbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbbde Color CSS Codes
.mybgcolor {background-color:#cdbbde; } .myforecolor {color:#cdbbde; } .mybordercolor {border:3px solid #cdbbde; }
#cdbbde Text Font Color
<p style="color:#cdbbde">Text here</p>
This sample text font color is #cdbbde
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.
#cdbbde Background Color
<div style="background-color:#cdbbde">
Div content here</div>
This div background color is #cdbbde
#cdbbde Border Color
<div style="border:3px solid #cdbbde">
Div here</div>
This div border color is #cdbbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,187,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbbde; -webkit-box-shadow: 1px 1px 3px 2px #cdbbde; box-shadow: 1px 1px 3px 2px #cdbbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,187,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbbde; -webkit-box-shadow: 1px 1px 3px 2px #cdbbde; box-shadow: 1px 1px 3px 2px #cdbbde;">
Div content here</div>
This div box has shadow with color #cdbbde
Comments
No comments written yet.
Please login to write comment.