Shades of Pale Slate #CEC3BB
Tints of Pale Slate #CEC3BB
RGB
CMYK
RGB Variations
Color information
#CEC3BB (or 0xCEC3BB) is known color: Pale Slate. HEX triplet: CE, C3 and BB. RGB value is (206,195,187). Sum of RGB (Red+Green+Blue) = 206+195+187=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3BB is #313C44. Grayscale: #C5C5C5. Windows color (decimal): -3226693 or 12305358. OLE color: 12305358.
HSL color Cylindrical-coordinate representation of color #CEC3BB: hue angle of 25.26º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC3BB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 187 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.19 |
| HSL | 25.26º | 0.16% | 0.77% | - |
| HSV(B) | 25.26º | 0.09% | 0.81% | - |
| XYZ | 53.94 | 55.74 | 54.93 | - |
| YUV | 197.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 187 | 0 | 0.05 | 0.09 | 0.19 | 25.26 | 0.16 | 0.77 |
| Hex | CE | C3 | BB | 0 | 5 | 9 | 13 | 19 | 10 | 4D |
| Octal | 316 | 303 | 273 | 0 | 5 | 11 | 23 | 31 | 20 | 115 |
| Binary | 11001110 | 11000011 | 10111011 | 0 | 101 | 1001 | 10011 | 11001 | 10000 | 1001101 |
Color Harmonies of #CEC3BB
Complementary color
Monochromatic Colors of #CEC3BB
Black with #CEC3BB
Text Example
Text Example
White with #CEC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3BB; }
p { color: rgb(206,195,187); }
H1.HeaderClassName
{
color: #CEC3BB;
}
.AnyTagClassName
{
color: #CEC3BB;
}
</style>
background-color css
<style>
a { background-color: #CEC3BB; }
a { background-color: rgb(206,195,187); }
div.DivClassName
{
background-color: #CEC3BB;
}
.BgClassName
{
background-color: #CEC3BB;
}
</style>
border-color css
<style>
span { border-color: #CEC3BB; }
span { border-color: rgb(206,195,187); }
td.TdClassName
{
border-color: #CEC3BB;
}
.TagClassName
{
border-color: #CEC3BB;
}
</style>