Shades of Pale Slate #CEC3BE
Tints of Pale Slate #CEC3BE
RGB
CMYK
RGB Variations
Color information
#CEC3BE (or 0xCEC3BE) is known color: Pale Slate. HEX triplet: CE, C3 and BE. RGB value is (206,195,190). Sum of RGB (Red+Green+Blue) = 206+195+190=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3BE is #313C41. Grayscale: #C5C5C5. Windows color (decimal): -3226690 or 12501966. OLE color: 12501966.
HSL color Cylindrical-coordinate representation of color #CEC3BE: hue angle of 18.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC3BE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 190 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.19 |
| HSL | 18.75º | 0.14% | 0.78% | - |
| HSV(B) | 18.75º | 0.08% | 0.81% | - |
| XYZ | 54.26 | 55.87 | 56.64 | - |
| YUV | 197.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 190 | 0 | 0.05 | 0.08 | 0.19 | 18.75 | 0.14 | 0.78 |
| Hex | CE | C3 | BE | 0 | 5 | 8 | 13 | 13 | E | 4E |
| Octal | 316 | 303 | 276 | 0 | 5 | 10 | 23 | 23 | 16 | 116 |
| Binary | 11001110 | 11000011 | 10111110 | 0 | 101 | 1000 | 10011 | 10011 | 1110 | 1001110 |
Color Harmonies of #CEC3BE
Complementary color
Monochromatic Colors of #CEC3BE
Black with #CEC3BE
Text Example
Text Example
White with #CEC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3BE; }
p { color: rgb(206,195,190); }
H1.HeaderClassName
{
color: #CEC3BE;
}
.AnyTagClassName
{
color: #CEC3BE;
}
</style>
background-color css
<style>
a { background-color: #CEC3BE; }
a { background-color: rgb(206,195,190); }
div.DivClassName
{
background-color: #CEC3BE;
}
.BgClassName
{
background-color: #CEC3BE;
}
</style>
border-color css
<style>
span { border-color: #CEC3BE; }
span { border-color: rgb(206,195,190); }
td.TdClassName
{
border-color: #CEC3BE;
}
.TagClassName
{
border-color: #CEC3BE;
}
</style>