Shades of Stark White #CEC4BC
Tints of Stark White #CEC4BC
RGB
CMYK
RGB Variations
Color information
#CEC4BC (or 0xCEC4BC) is known color: Stark White. HEX triplet: CE, C4 and BC. RGB value is (206,196,188). Sum of RGB (Red+Green+Blue) = 206+196+188=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4BC is #313B43. Grayscale: #C6C6C6. Windows color (decimal): -3226436 or 12371150. OLE color: 12371150.
HSL color Cylindrical-coordinate representation of color #CEC4BC: hue angle of 26.67º 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 #CEC4BC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 188 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.19 |
| HSL | 26.67º | 0.16% | 0.77% | - |
| HSV(B) | 26.67º | 0.09% | 0.81% | - |
| XYZ | 54.27 | 56.23 | 55.57 | - |
| YUV | 198.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 188 | 0 | 0.05 | 0.09 | 0.19 | 26.67 | 0.16 | 0.77 |
| Hex | CE | C4 | BC | 0 | 5 | 9 | 13 | 1B | 10 | 4D |
| Octal | 316 | 304 | 274 | 0 | 5 | 11 | 23 | 33 | 20 | 115 |
| Binary | 11001110 | 11000100 | 10111100 | 0 | 101 | 1001 | 10011 | 11011 | 10000 | 1001101 |
Color Harmonies of #CEC4BC
Complementary color
Monochromatic Colors of #CEC4BC
Black with #CEC4BC
Text Example
Text Example
White with #CEC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4BC; }
p { color: rgb(206,196,188); }
H1.HeaderClassName
{
color: #CEC4BC;
}
.AnyTagClassName
{
color: #CEC4BC;
}
</style>
background-color css
<style>
a { background-color: #CEC4BC; }
a { background-color: rgb(206,196,188); }
div.DivClassName
{
background-color: #CEC4BC;
}
.BgClassName
{
background-color: #CEC4BC;
}
</style>
border-color css
<style>
span { border-color: #CEC4BC; }
span { border-color: rgb(206,196,188); }
td.TdClassName
{
border-color: #CEC4BC;
}
.TagClassName
{
border-color: #CEC4BC;
}
</style>