Shades of Pale Slate #CEC0B7
Tints of Pale Slate #CEC0B7
RGB
CMYK
RGB Variations
Color information
#CEC0B7 (or 0xCEC0B7) is known color: Pale Slate. HEX triplet: CE, C0 and B7. RGB value is (206,192,183). Sum of RGB (Red+Green+Blue) = 206+192+183=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0B7 is #313F48. Grayscale: #C3C3C3. Windows color (decimal): -3227465 or 12042446. OLE color: 12042446.
HSL color Cylindrical-coordinate representation of color #CEC0B7: hue angle of 23.48º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC0B7 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 183 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.19 |
| HSL | 23.48º | 0.19% | 0.76% | - |
| HSV(B) | 23.48º | 0.11% | 0.81% | - |
| XYZ | 52.85 | 54.24 | 52.48 | - |
| YUV | 195.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 183 | 0 | 0.07 | 0.11 | 0.19 | 23.48 | 0.19 | 0.76 |
| Hex | CE | C0 | B7 | 0 | 7 | B | 13 | 17 | 13 | 4C |
| Octal | 316 | 300 | 267 | 0 | 7 | 13 | 23 | 27 | 23 | 114 |
| Binary | 11001110 | 11000000 | 10110111 | 0 | 111 | 1011 | 10011 | 10111 | 10011 | 1001100 |
Color Harmonies of #CEC0B7
Complementary color
Monochromatic Colors of #CEC0B7
Black with #CEC0B7
Text Example
Text Example
White with #CEC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0B7; }
p { color: rgb(206,192,183); }
H1.HeaderClassName
{
color: #CEC0B7;
}
.AnyTagClassName
{
color: #CEC0B7;
}
</style>
background-color css
<style>
a { background-color: #CEC0B7; }
a { background-color: rgb(206,192,183); }
div.DivClassName
{
background-color: #CEC0B7;
}
.BgClassName
{
background-color: #CEC0B7;
}
</style>
border-color css
<style>
span { border-color: #CEC0B7; }
span { border-color: rgb(206,192,183); }
td.TdClassName
{
border-color: #CEC0B7;
}
.TagClassName
{
border-color: #CEC0B7;
}
</style>