Shades of Pale Slate #CEC5C0
Tints of Pale Slate #CEC5C0
RGB
CMYK
RGB Variations
Color information
#CEC5C0 (or 0xCEC5C0) is known color: Pale Slate. HEX triplet: CE, C5 and C0. RGB value is (206,197,192). Sum of RGB (Red+Green+Blue) = 206+197+192=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5C0 is #313A3F. Grayscale: #C7C7C7. Windows color (decimal): -3226176 or 12633550. OLE color: 12633550.
HSL color Cylindrical-coordinate representation of color #CEC5C0: hue angle of 21.43º degrees, saturation: 0.12, 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 #CEC5C0 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 197 | 192 | - |
CMYK | 0 | 0.04 | 0.07 | 0.19 |
HSL | 21.43º | 0.13% | 0.78% | - |
HSV(B) | 21.43º | 0.07% | 0.81% | - |
XYZ | 54.93 | 56.86 | 57.95 | - |
YUV | 199.12 | 123.98 | 132.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 192 | 0 | 0.04 | 0.07 | 0.19 | 21.43 | 0.13 | 0.78 |
Hex | CE | C5 | C0 | 0 | 4 | 7 | 13 | 15 | C | 4E |
Octal | 316 | 305 | 300 | 0 | 4 | 7 | 23 | 25 | 14 | 116 |
Binary | 11001110 | 11000101 | 11000000 | 0 | 100 | 111 | 10011 | 10101 | 1100 | 1001110 |
Color Harmonies of #CEC5C0
Complementary color
Monochromatic Colors of #CEC5C0
Black with #CEC5C0
Text Example
Text Example
White with #CEC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5C0; }
p { color: rgb(206,197,192); }
H1.HeaderClassName
{
color: #CEC5C0;
}
.AnyTagClassName
{
color: #CEC5C0;
}
</style>
background-color css
<style>
a { background-color: #CEC5C0; }
a { background-color: rgb(206,197,192); }
div.DivClassName
{
background-color: #CEC5C0;
}
.BgClassName
{
background-color: #CEC5C0;
}
</style>
border-color css
<style>
span { border-color: #CEC5C0; }
span { border-color: rgb(206,197,192); }
td.TdClassName
{
border-color: #CEC5C0;
}
.TagClassName
{
border-color: #CEC5C0;
}
</style>