Shades of Stark White #CEC0B3
Tints of Stark White #CEC0B3
RGB
CMYK
RGB Variations
Color information
#CEC0B3 (or 0xCEC0B3) is known color: Stark White. HEX triplet: CE, C0 and B3. RGB value is (206,192,179). Sum of RGB (Red+Green+Blue) = 206+192+179=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0B3 is #313F4C. Grayscale: #C2C2C2. Windows color (decimal): -3227469 or 11780302. OLE color: 11780302.
HSL color Cylindrical-coordinate representation of color #CEC0B3: hue angle of 28.89º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC0B3 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 179 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.19 |
| HSL | 28.89º | 0.22% | 0.75% | - |
| HSV(B) | 28.89º | 0.13% | 0.81% | - |
| XYZ | 52.44 | 54.08 | 50.32 | - |
| YUV | 194.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 179 | 0 | 0.07 | 0.13 | 0.19 | 28.89 | 0.22 | 0.75 |
| Hex | CE | C0 | B3 | 0 | 7 | D | 13 | 1D | 16 | 4B |
| Octal | 316 | 300 | 263 | 0 | 7 | 15 | 23 | 35 | 26 | 113 |
| Binary | 11001110 | 11000000 | 10110011 | 0 | 111 | 1101 | 10011 | 11101 | 10110 | 1001011 |
Color Harmonies of #CEC0B3
Complementary color
Monochromatic Colors of #CEC0B3
Black with #CEC0B3
Text Example
Text Example
White with #CEC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0B3; }
p { color: rgb(206,192,179); }
H1.HeaderClassName
{
color: #CEC0B3;
}
.AnyTagClassName
{
color: #CEC0B3;
}
</style>
background-color css
<style>
a { background-color: #CEC0B3; }
a { background-color: rgb(206,192,179); }
div.DivClassName
{
background-color: #CEC0B3;
}
.BgClassName
{
background-color: #CEC0B3;
}
</style>
border-color css
<style>
span { border-color: #CEC0B3; }
span { border-color: rgb(206,192,179); }
td.TdClassName
{
border-color: #CEC0B3;
}
.TagClassName
{
border-color: #CEC0B3;
}
</style>