Shades of Stark White #CEC6BC
Tints of Stark White #CEC6BC
RGB
CMYK
RGB Variations
Color information
#CEC6BC (or 0xCEC6BC) is known color: Stark White. HEX triplet: CE, C6 and BC. RGB value is (206,198,188). Sum of RGB (Red+Green+Blue) = 206+198+188=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6BC is #313943. Grayscale: #C7C7C7. Windows color (decimal): -3225924 or 12371662. OLE color: 12371662.
HSL color Cylindrical-coordinate representation of color #CEC6BC: hue angle of 33.33º 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 #CEC6BC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 188 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.19 |
| HSL | 33.33º | 0.16% | 0.77% | - |
| HSV(B) | 33.33º | 0.09% | 0.81% | - |
| XYZ | 54.72 | 57.14 | 55.72 | - |
| YUV | 199.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 188 | 0 | 0.04 | 0.09 | 0.19 | 33.33 | 0.16 | 0.77 |
| Hex | CE | C6 | BC | 0 | 4 | 9 | 13 | 21 | 10 | 4D |
| Octal | 316 | 306 | 274 | 0 | 4 | 11 | 23 | 41 | 20 | 115 |
| Binary | 11001110 | 11000110 | 10111100 | 0 | 100 | 1001 | 10011 | 100001 | 10000 | 1001101 |
Color Harmonies of #CEC6BC
Complementary color
Monochromatic Colors of #CEC6BC
Black with #CEC6BC
Text Example
Text Example
White with #CEC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6BC; }
p { color: rgb(206,198,188); }
H1.HeaderClassName
{
color: #CEC6BC;
}
.AnyTagClassName
{
color: #CEC6BC;
}
</style>
background-color css
<style>
a { background-color: #CEC6BC; }
a { background-color: rgb(206,198,188); }
div.DivClassName
{
background-color: #CEC6BC;
}
.BgClassName
{
background-color: #CEC6BC;
}
</style>
border-color css
<style>
span { border-color: #CEC6BC; }
span { border-color: rgb(206,198,188); }
td.TdClassName
{
border-color: #CEC6BC;
}
.TagClassName
{
border-color: #CEC6BC;
}
</style>