Shades of Pale Slate #CEC0B6
Tints of Pale Slate #CEC0B6
RGB
CMYK
RGB Variations
Color information
#CEC0B6 (or 0xCEC0B6) is known color: Pale Slate. HEX triplet: CE, C0 and B6. RGB value is (206,192,182). Sum of RGB (Red+Green+Blue) = 206+192+182=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0B6 is #313F49. Grayscale: #C3C3C3. Windows color (decimal): -3227466 or 11976910. OLE color: 11976910.
HSL color Cylindrical-coordinate representation of color #CEC0B6: hue angle of 25º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC0B6 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 182 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.19 |
| HSL | 25º | 0.2% | 0.76% | - |
| HSV(B) | 25º | 0.12% | 0.81% | - |
| XYZ | 52.75 | 54.2 | 51.94 | - |
| YUV | 195.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 182 | 0 | 0.07 | 0.12 | 0.19 | 25 | 0.2 | 0.76 |
| Hex | CE | C0 | B6 | 0 | 7 | C | 13 | 19 | 14 | 4C |
| Octal | 316 | 300 | 266 | 0 | 7 | 14 | 23 | 31 | 24 | 114 |
| Binary | 11001110 | 11000000 | 10110110 | 0 | 111 | 1100 | 10011 | 11001 | 10100 | 1001100 |
Color Harmonies of #CEC0B6
Complementary color
Monochromatic Colors of #CEC0B6
Black with #CEC0B6
Text Example
Text Example
White with #CEC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0B6; }
p { color: rgb(206,192,182); }
H1.HeaderClassName
{
color: #CEC0B6;
}
.AnyTagClassName
{
color: #CEC0B6;
}
</style>
background-color css
<style>
a { background-color: #CEC0B6; }
a { background-color: rgb(206,192,182); }
div.DivClassName
{
background-color: #CEC0B6;
}
.BgClassName
{
background-color: #CEC0B6;
}
</style>
border-color css
<style>
span { border-color: #CEC0B6; }
span { border-color: rgb(206,192,182); }
td.TdClassName
{
border-color: #CEC0B6;
}
.TagClassName
{
border-color: #CEC0B6;
}
</style>