Shades of Pale Slate #CDC2BD
Tints of Pale Slate #CDC2BD
RGB
CMYK
RGB Variations
Color information
#CDC2BD (or 0xCDC2BD) is known color: Pale Slate. HEX triplet: CD, C2 and BD. RGB value is (205,194,189). Sum of RGB (Red+Green+Blue) = 205+194+189=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2BD is #323D42. Grayscale: #C4C4C4. Windows color (decimal): -3292483 or 12436173. OLE color: 12436173.
HSL color Cylindrical-coordinate representation of color #CDC2BD: hue angle of 18.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC2BD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 189 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.20 |
| HSL | 18.75º | 0.14% | 0.77% | - |
| HSV(B) | 18.75º | 0.08% | 0.8% | - |
| XYZ | 53.65 | 55.24 | 55.98 | - |
| YUV | 196.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 189 | 0 | 0.05 | 0.08 | 0.20 | 18.75 | 0.14 | 0.77 |
| Hex | CD | C2 | BD | 0 | 5 | 8 | 14 | 13 | E | 4D |
| Octal | 315 | 302 | 275 | 0 | 5 | 10 | 24 | 23 | 16 | 115 |
| Binary | 11001101 | 11000010 | 10111101 | 0 | 101 | 1000 | 10100 | 10011 | 1110 | 1001101 |
Color Harmonies of #CDC2BD
Complementary color
Monochromatic Colors of #CDC2BD
Black with #CDC2BD
Text Example
Text Example
White with #CDC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2BD; }
p { color: rgb(205,194,189); }
H1.HeaderClassName
{
color: #CDC2BD;
}
.AnyTagClassName
{
color: #CDC2BD;
}
</style>
background-color css
<style>
a { background-color: #CDC2BD; }
a { background-color: rgb(205,194,189); }
div.DivClassName
{
background-color: #CDC2BD;
}
.BgClassName
{
background-color: #CDC2BD;
}
</style>
border-color css
<style>
span { border-color: #CDC2BD; }
span { border-color: rgb(205,194,189); }
td.TdClassName
{
border-color: #CDC2BD;
}
.TagClassName
{
border-color: #CDC2BD;
}
</style>