Shades of Pale Slate #CDC3BB
Tints of Pale Slate #CDC3BB
RGB
CMYK
RGB Variations
Color information
#CDC3BB (or 0xCDC3BB) is known color: Pale Slate. HEX triplet: CD, C3 and BB. RGB value is (205,195,187). Sum of RGB (Red+Green+Blue) = 205+195+187=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3BB is #323C44. Grayscale: #C5C5C5. Windows color (decimal): -3292229 or 12305357. OLE color: 12305357.
HSL color Cylindrical-coordinate representation of color #CDC3BB: hue angle of 26.67º 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 #CDC3BB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 187 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.20 |
| HSL | 26.67º | 0.15% | 0.77% | - |
| HSV(B) | 26.67º | 0.09% | 0.8% | - |
| XYZ | 53.66 | 55.6 | 54.92 | - |
| YUV | 197.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 187 | 0 | 0.05 | 0.09 | 0.20 | 26.67 | 0.15 | 0.77 |
| Hex | CD | C3 | BB | 0 | 5 | 9 | 14 | 1B | F | 4D |
| Octal | 315 | 303 | 273 | 0 | 5 | 11 | 24 | 33 | 17 | 115 |
| Binary | 11001101 | 11000011 | 10111011 | 0 | 101 | 1001 | 10100 | 11011 | 1111 | 1001101 |
Color Harmonies of #CDC3BB
Complementary color
Monochromatic Colors of #CDC3BB
Black with #CDC3BB
Text Example
Text Example
White with #CDC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3BB; }
p { color: rgb(205,195,187); }
H1.HeaderClassName
{
color: #CDC3BB;
}
.AnyTagClassName
{
color: #CDC3BB;
}
</style>
background-color css
<style>
a { background-color: #CDC3BB; }
a { background-color: rgb(205,195,187); }
div.DivClassName
{
background-color: #CDC3BB;
}
.BgClassName
{
background-color: #CDC3BB;
}
</style>
border-color css
<style>
span { border-color: #CDC3BB; }
span { border-color: rgb(205,195,187); }
td.TdClassName
{
border-color: #CDC3BB;
}
.TagClassName
{
border-color: #CDC3BB;
}
</style>