Shades of Pale Slate #CEBFB4
Tints of Pale Slate #CEBFB4
RGB
CMYK
RGB Variations
Color information
#CEBFB4 (or 0xCEBFB4) is known color: Pale Slate. HEX triplet: CE, BF and B4. RGB value is (206,191,180). Sum of RGB (Red+Green+Blue) = 206+191+180=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFB4 is #31404B. Grayscale: #C2C2C2. Windows color (decimal): -3227724 or 11845582. OLE color: 11845582.
HSL color Cylindrical-coordinate representation of color #CEBFB4: hue angle of 25.38º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBFB4 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 180 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.19 |
| HSL | 25.38º | 0.21% | 0.76% | - |
| HSV(B) | 25.38º | 0.13% | 0.81% | - |
| XYZ | 52.32 | 53.68 | 50.78 | - |
| YUV | 194.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 180 | 0 | 0.07 | 0.13 | 0.19 | 25.38 | 0.21 | 0.76 |
| Hex | CE | BF | B4 | 0 | 7 | D | 13 | 19 | 15 | 4C |
| Octal | 316 | 277 | 264 | 0 | 7 | 15 | 23 | 31 | 25 | 114 |
| Binary | 11001110 | 10111111 | 10110100 | 0 | 111 | 1101 | 10011 | 11001 | 10101 | 1001100 |
Color Harmonies of #CEBFB4
Complementary color
Monochromatic Colors of #CEBFB4
Black with #CEBFB4
Text Example
Text Example
White with #CEBFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFB4; }
p { color: rgb(206,191,180); }
H1.HeaderClassName
{
color: #CEBFB4;
}
.AnyTagClassName
{
color: #CEBFB4;
}
</style>
background-color css
<style>
a { background-color: #CEBFB4; }
a { background-color: rgb(206,191,180); }
div.DivClassName
{
background-color: #CEBFB4;
}
.BgClassName
{
background-color: #CEBFB4;
}
</style>
border-color css
<style>
span { border-color: #CEBFB4; }
span { border-color: rgb(206,191,180); }
td.TdClassName
{
border-color: #CEBFB4;
}
.TagClassName
{
border-color: #CEBFB4;
}
</style>