Color spaces of #cdb8cc
RGB | 205 | 184 | 204 |
---|---|---|---|
HSL | 0.84 | 0.17 | 0.76 |
HSV | 303° | 10° | 80° |
CMYK | 0.00 | 0.10 | 0.00 0.20 |
XYZ | 53.2164 | 51.6197 | 64.2855 |
Yxy | 51.6197 | 0.3147 | 0.3052 |
Hunter Lab | 71.8469 | 6.4816 | -2.7574 |
CIE-Lab | 77.0529 | 11.0129 | -7.3469 |
#cdb8cc color RGB value is (205,184,204).
#cdb8cc hex color red value is 205, green value is 184 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cdb8cc hue: 0.84 , saturation: 0.17 and the lightness value of cdb8cc is 0.76.
The process color (four color CMYK) of #cdb8cc color hex is 0.00, 0.10, 0.00, 0.20. Web safe color of #cdb8cc is #cccccc. Color #cdb8cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111000 | 11001100 |
Octal | 315 | 270 | 314 |
Decimal | 205 | 184 | 204 |
Hex | CD | B8 | CC |
Shades of #cdb8cc
Tints of #cdb8cc
RGB Percentages of Color #cdb8cc
CMYK Percentages of Color #cdb8cc
Complementary Color
#cdb8cc | #b8cdb9 |
#cdb8cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb8cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb8cc Color CSS Codes
.mybgcolor {background-color:#cdb8cc; } .myforecolor {color:#cdb8cc; } .mybordercolor {border:3px solid #cdb8cc; }
#cdb8cc Text Font Color
<p style="color:#cdb8cc">Text here</p>
This sample text font color is #cdb8cc
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.
#cdb8cc Background Color
<div style="background-color:#cdb8cc">
Div content here</div>
This div background color is #cdb8cc
#cdb8cc Border Color
<div style="border:3px solid #cdb8cc">
Div here</div>
This div border color is #cdb8cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,184,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb8cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb8cc; -webkit-box-shadow: 1px 1px 3px 2px #cdb8cc; box-shadow: 1px 1px 3px 2px #cdb8cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,184,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb8cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb8cc; -webkit-box-shadow: 1px 1px 3px 2px #cdb8cc; box-shadow: 1px 1px 3px 2px #cdb8cc;">
Div content here</div>
This div box has shadow with color #cdb8cc
Comments
No comments written yet.
Please login to write comment.