Shades of Pale Slate #CEC5BF
Tints of Pale Slate #CEC5BF
RGB
CMYK
RGB Variations
Color information
#CEC5BF (or 0xCEC5BF) is known color: Pale Slate. HEX triplet: CE, C5 and BF. RGB value is (206,197,191). Sum of RGB (Red+Green+Blue) = 206+197+191=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5BF is #313A40. Grayscale: #C7C7C7. Windows color (decimal): -3226177 or 12568014. OLE color: 12568014.
HSL color Cylindrical-coordinate representation of color #CEC5BF: hue angle of 24º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC5BF is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 191 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.19 |
| HSL | 24º | 0.13% | 0.78% | - |
| HSV(B) | 24º | 0.07% | 0.81% | - |
| XYZ | 54.82 | 56.82 | 57.37 | - |
| YUV | 199.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 191 | 0 | 0.04 | 0.07 | 0.19 | 24 | 0.13 | 0.78 |
| Hex | CE | C5 | BF | 0 | 4 | 7 | 13 | 18 | D | 4E |
| Octal | 316 | 305 | 277 | 0 | 4 | 7 | 23 | 30 | 15 | 116 |
| Binary | 11001110 | 11000101 | 10111111 | 0 | 100 | 111 | 10011 | 11000 | 1101 | 1001110 |
Color Harmonies of #CEC5BF
Complementary color
Monochromatic Colors of #CEC5BF
Black with #CEC5BF
Text Example
Text Example
White with #CEC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5BF; }
p { color: rgb(206,197,191); }
H1.HeaderClassName
{
color: #CEC5BF;
}
.AnyTagClassName
{
color: #CEC5BF;
}
</style>
background-color css
<style>
a { background-color: #CEC5BF; }
a { background-color: rgb(206,197,191); }
div.DivClassName
{
background-color: #CEC5BF;
}
.BgClassName
{
background-color: #CEC5BF;
}
</style>
border-color css
<style>
span { border-color: #CEC5BF; }
span { border-color: rgb(206,197,191); }
td.TdClassName
{
border-color: #CEC5BF;
}
.TagClassName
{
border-color: #CEC5BF;
}
</style>