Shades of Pale Slate #CEC4BD
Tints of Pale Slate #CEC4BD
RGB
CMYK
RGB Variations
Color information
#CEC4BD (or 0xCEC4BD) is known color: Pale Slate. HEX triplet: CE, C4 and BD. RGB value is (206,196,189). Sum of RGB (Red+Green+Blue) = 206+196+189=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4BD is #313B42. Grayscale: #C6C6C6. Windows color (decimal): -3226435 or 12436686. OLE color: 12436686.
HSL color Cylindrical-coordinate representation of color #CEC4BD: hue angle of 24.71º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC4BD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 189 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.19 |
| HSL | 24.71º | 0.15% | 0.77% | - |
| HSV(B) | 24.71º | 0.08% | 0.81% | - |
| XYZ | 54.38 | 56.28 | 56.14 | - |
| YUV | 198.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 189 | 0 | 0.05 | 0.08 | 0.19 | 24.71 | 0.15 | 0.77 |
| Hex | CE | C4 | BD | 0 | 5 | 8 | 13 | 19 | F | 4D |
| Octal | 316 | 304 | 275 | 0 | 5 | 10 | 23 | 31 | 17 | 115 |
| Binary | 11001110 | 11000100 | 10111101 | 0 | 101 | 1000 | 10011 | 11001 | 1111 | 1001101 |
Color Harmonies of #CEC4BD
Complementary color
Monochromatic Colors of #CEC4BD
Black with #CEC4BD
Text Example
Text Example
White with #CEC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4BD; }
p { color: rgb(206,196,189); }
H1.HeaderClassName
{
color: #CEC4BD;
}
.AnyTagClassName
{
color: #CEC4BD;
}
</style>
background-color css
<style>
a { background-color: #CEC4BD; }
a { background-color: rgb(206,196,189); }
div.DivClassName
{
background-color: #CEC4BD;
}
.BgClassName
{
background-color: #CEC4BD;
}
</style>
border-color css
<style>
span { border-color: #CEC4BD; }
span { border-color: rgb(206,196,189); }
td.TdClassName
{
border-color: #CEC4BD;
}
.TagClassName
{
border-color: #CEC4BD;
}
</style>