Color spaces of #cdbbcf
RGB | 205 | 187 | 207 |
---|---|---|---|
HSL | 0.82 | 0.17 | 0.77 |
HSV | 294° | 10° | 81° |
CMYK | 0.01 | 0.10 | 0.00 0.19 |
XYZ | 54.2096 | 53.0248 | 66.4091 |
Yxy | 53.0248 | 0.3122 | 0.3054 |
Hunter Lab | 72.8181 | 5.4529 | -3.0989 |
CIE-Lab | 77.8896 | 9.9542 | -7.7317 |
#cdbbcf color RGB value is (205,187,207).
#cdbbcf hex color red value is 205, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cdbbcf hue: 0.82 , saturation: 0.17 and the lightness value of cdbbcf is 0.77.
The process color (four color CMYK) of #cdbbcf color hex is 0.01, 0.10, 0.00, 0.19. Web safe color of #cdbbcf is #cccccc. Color #cdbbcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111011 | 11001111 |
Octal | 315 | 273 | 317 |
Decimal | 205 | 187 | 207 |
Hex | CD | BB | CF |
Shades of #cdbbcf
Tints of #cdbbcf
RGB Percentages of Color #cdbbcf
CMYK Percentages of Color #cdbbcf
Complementary Color
#cdbbcf | #bdcfbb |
#cdbbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbbcf Color CSS Codes
.mybgcolor {background-color:#cdbbcf; } .myforecolor {color:#cdbbcf; } .mybordercolor {border:3px solid #cdbbcf; }
#cdbbcf Text Font Color
<p style="color:#cdbbcf">Text here</p>
This sample text font color is #cdbbcf
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.
#cdbbcf Background Color
<div style="background-color:#cdbbcf">
Div content here</div>
This div background color is #cdbbcf
#cdbbcf Border Color
<div style="border:3px solid #cdbbcf">
Div here</div>
This div border color is #cdbbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,187,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbbcf; -webkit-box-shadow: 1px 1px 3px 2px #cdbbcf; box-shadow: 1px 1px 3px 2px #cdbbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,187,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbbcf; -webkit-box-shadow: 1px 1px 3px 2px #cdbbcf; box-shadow: 1px 1px 3px 2px #cdbbcf;">
Div content here</div>
This div box has shadow with color #cdbbcf
Comments
No comments written yet.
Please login to write comment.