Shades of Stark White #CEC6BD
Tints of Stark White #CEC6BD
RGB
CMYK
RGB Variations
Color information
#CEC6BD (or 0xCEC6BD) is known color: Stark White. HEX triplet: CE, C6 and BD. RGB value is (206,198,189). Sum of RGB (Red+Green+Blue) = 206+198+189=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6BD is #313942. Grayscale: #C7C7C7. Windows color (decimal): -3225923 or 12437198. OLE color: 12437198.
HSL color Cylindrical-coordinate representation of color #CEC6BD: hue angle of 31.76º 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 #CEC6BD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 189 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.19 |
| HSL | 31.76º | 0.15% | 0.77% | - |
| HSV(B) | 31.76º | 0.08% | 0.81% | - |
| XYZ | 54.83 | 57.18 | 56.29 | - |
| YUV | 199.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 189 | 0 | 0.04 | 0.08 | 0.19 | 31.76 | 0.15 | 0.77 |
| Hex | CE | C6 | BD | 0 | 4 | 8 | 13 | 20 | F | 4D |
| Octal | 316 | 306 | 275 | 0 | 4 | 10 | 23 | 40 | 17 | 115 |
| Binary | 11001110 | 11000110 | 10111101 | 0 | 100 | 1000 | 10011 | 100000 | 1111 | 1001101 |
Color Harmonies of #CEC6BD
Complementary color
Monochromatic Colors of #CEC6BD
Black with #CEC6BD
Text Example
Text Example
White with #CEC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6BD; }
p { color: rgb(206,198,189); }
H1.HeaderClassName
{
color: #CEC6BD;
}
.AnyTagClassName
{
color: #CEC6BD;
}
</style>
background-color css
<style>
a { background-color: #CEC6BD; }
a { background-color: rgb(206,198,189); }
div.DivClassName
{
background-color: #CEC6BD;
}
.BgClassName
{
background-color: #CEC6BD;
}
</style>
border-color css
<style>
span { border-color: #CEC6BD; }
span { border-color: rgb(206,198,189); }
td.TdClassName
{
border-color: #CEC6BD;
}
.TagClassName
{
border-color: #CEC6BD;
}
</style>