Shades of Stark White #CEC8BC
Tints of Stark White #CEC8BC
RGB
CMYK
RGB Variations
Color information
#CEC8BC (or 0xCEC8BC) is known color: Stark White. HEX triplet: CE, C8 and BC. RGB value is (206,200,188). Sum of RGB (Red+Green+Blue) = 206+200+188=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8BC is #313743. Grayscale: #C8C8C8. Windows color (decimal): -3225412 or 12372174. OLE color: 12372174.
HSL color Cylindrical-coordinate representation of color #CEC8BC: hue angle of 40º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC8BC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 188 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.19 |
| HSL | 40º | 0.16% | 0.77% | - |
| HSV(B) | 40º | 0.09% | 0.81% | - |
| XYZ | 55.18 | 58.06 | 55.88 | - |
| YUV | 200.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 188 | 0 | 0.03 | 0.09 | 0.19 | 40 | 0.16 | 0.77 |
| Hex | CE | C8 | BC | 0 | 3 | 9 | 13 | 28 | 10 | 4D |
| Octal | 316 | 310 | 274 | 0 | 3 | 11 | 23 | 50 | 20 | 115 |
| Binary | 11001110 | 11001000 | 10111100 | 0 | 11 | 1001 | 10011 | 101000 | 10000 | 1001101 |
Color Harmonies of #CEC8BC
Complementary color
Monochromatic Colors of #CEC8BC
Black with #CEC8BC
Text Example
Text Example
White with #CEC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8BC; }
p { color: rgb(206,200,188); }
H1.HeaderClassName
{
color: #CEC8BC;
}
.AnyTagClassName
{
color: #CEC8BC;
}
</style>
background-color css
<style>
a { background-color: #CEC8BC; }
a { background-color: rgb(206,200,188); }
div.DivClassName
{
background-color: #CEC8BC;
}
.BgClassName
{
background-color: #CEC8BC;
}
</style>
border-color css
<style>
span { border-color: #CEC8BC; }
span { border-color: rgb(206,200,188); }
td.TdClassName
{
border-color: #CEC8BC;
}
.TagClassName
{
border-color: #CEC8BC;
}
</style>