Shades of Stark White #CEC0B5
Tints of Stark White #CEC0B5
RGB
CMYK
RGB Variations
Color information
#CEC0B5 (or 0xCEC0B5) is known color: Stark White. HEX triplet: CE, C0 and B5. RGB value is (206,192,181). Sum of RGB (Red+Green+Blue) = 206+192+181=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0B5 is #313F4A. Grayscale: #C2C2C2. Windows color (decimal): -3227467 or 11911374. OLE color: 11911374.
HSL color Cylindrical-coordinate representation of color #CEC0B5: hue angle of 26.4º 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 #CEC0B5 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 181 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.19 |
| HSL | 26.4º | 0.2% | 0.76% | - |
| HSV(B) | 26.4º | 0.12% | 0.81% | - |
| XYZ | 52.64 | 54.16 | 51.39 | - |
| YUV | 194.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 181 | 0 | 0.07 | 0.12 | 0.19 | 26.4 | 0.2 | 0.76 |
| Hex | CE | C0 | B5 | 0 | 7 | C | 13 | 1A | 14 | 4C |
| Octal | 316 | 300 | 265 | 0 | 7 | 14 | 23 | 32 | 24 | 114 |
| Binary | 11001110 | 11000000 | 10110101 | 0 | 111 | 1100 | 10011 | 11010 | 10100 | 1001100 |
Color Harmonies of #CEC0B5
Complementary color
Monochromatic Colors of #CEC0B5
Black with #CEC0B5
Text Example
Text Example
White with #CEC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0B5; }
p { color: rgb(206,192,181); }
H1.HeaderClassName
{
color: #CEC0B5;
}
.AnyTagClassName
{
color: #CEC0B5;
}
</style>
background-color css
<style>
a { background-color: #CEC0B5; }
a { background-color: rgb(206,192,181); }
div.DivClassName
{
background-color: #CEC0B5;
}
.BgClassName
{
background-color: #CEC0B5;
}
</style>
border-color css
<style>
span { border-color: #CEC0B5; }
span { border-color: rgb(206,192,181); }
td.TdClassName
{
border-color: #CEC0B5;
}
.TagClassName
{
border-color: #CEC0B5;
}
</style>