Shades of Stark White #CEC8BD
Tints of Stark White #CEC8BD
RGB
CMYK
RGB Variations
Color information
#CEC8BD (or 0xCEC8BD) is known color: Stark White. HEX triplet: CE, C8 and BD. RGB value is (206,200,189). Sum of RGB (Red+Green+Blue) = 206+200+189=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8BD is #313742. Grayscale: #C8C8C8. Windows color (decimal): -3225411 or 12437710. OLE color: 12437710.
HSL color Cylindrical-coordinate representation of color #CEC8BD: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC8BD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 189 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.19 |
| HSL | 38.82º | 0.15% | 0.77% | - |
| HSV(B) | 38.82º | 0.08% | 0.81% | - |
| XYZ | 55.29 | 58.1 | 56.45 | - |
| YUV | 200.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 189 | 0 | 0.03 | 0.08 | 0.19 | 38.82 | 0.15 | 0.77 |
| Hex | CE | C8 | BD | 0 | 3 | 8 | 13 | 27 | F | 4D |
| Octal | 316 | 310 | 275 | 0 | 3 | 10 | 23 | 47 | 17 | 115 |
| Binary | 11001110 | 11001000 | 10111101 | 0 | 11 | 1000 | 10011 | 100111 | 1111 | 1001101 |
Color Harmonies of #CEC8BD
Complementary color
Monochromatic Colors of #CEC8BD
Black with #CEC8BD
Text Example
Text Example
White with #CEC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8BD; }
p { color: rgb(206,200,189); }
H1.HeaderClassName
{
color: #CEC8BD;
}
.AnyTagClassName
{
color: #CEC8BD;
}
</style>
background-color css
<style>
a { background-color: #CEC8BD; }
a { background-color: rgb(206,200,189); }
div.DivClassName
{
background-color: #CEC8BD;
}
.BgClassName
{
background-color: #CEC8BD;
}
</style>
border-color css
<style>
span { border-color: #CEC8BD; }
span { border-color: rgb(206,200,189); }
td.TdClassName
{
border-color: #CEC8BD;
}
.TagClassName
{
border-color: #CEC8BD;
}
</style>