Shades of Pale Slate #CDC2BB
Tints of Pale Slate #CDC2BB
RGB
CMYK
RGB Variations
Color information
#CDC2BB (or 0xCDC2BB) is known color: Pale Slate. HEX triplet: CD, C2 and BB. RGB value is (205,194,187). Sum of RGB (Red+Green+Blue) = 205+194+187=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2BB is #323D44. Grayscale: #C4C4C4. Windows color (decimal): -3292485 or 12305101. OLE color: 12305101.
HSL color Cylindrical-coordinate representation of color #CDC2BB: hue angle of 23.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC2BB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 187 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.20 |
| HSL | 23.33º | 0.15% | 0.77% | - |
| HSV(B) | 23.33º | 0.09% | 0.8% | - |
| XYZ | 53.44 | 55.15 | 54.84 | - |
| YUV | 196.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 187 | 0 | 0.05 | 0.09 | 0.20 | 23.33 | 0.15 | 0.77 |
| Hex | CD | C2 | BB | 0 | 5 | 9 | 14 | 17 | F | 4D |
| Octal | 315 | 302 | 273 | 0 | 5 | 11 | 24 | 27 | 17 | 115 |
| Binary | 11001101 | 11000010 | 10111011 | 0 | 101 | 1001 | 10100 | 10111 | 1111 | 1001101 |
Color Harmonies of #CDC2BB
Complementary color
Monochromatic Colors of #CDC2BB
Black with #CDC2BB
Text Example
Text Example
White with #CDC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2BB; }
p { color: rgb(205,194,187); }
H1.HeaderClassName
{
color: #CDC2BB;
}
.AnyTagClassName
{
color: #CDC2BB;
}
</style>
background-color css
<style>
a { background-color: #CDC2BB; }
a { background-color: rgb(205,194,187); }
div.DivClassName
{
background-color: #CDC2BB;
}
.BgClassName
{
background-color: #CDC2BB;
}
</style>
border-color css
<style>
span { border-color: #CDC2BB; }
span { border-color: rgb(205,194,187); }
td.TdClassName
{
border-color: #CDC2BB;
}
.TagClassName
{
border-color: #CDC2BB;
}
</style>