Shades of Stark White #CEC5BD
Tints of Stark White #CEC5BD
RGB
CMYK
RGB Variations
Color information
#CEC5BD (or 0xCEC5BD) is known color: Stark White. HEX triplet: CE, C5 and BD. RGB value is (206,197,189). Sum of RGB (Red+Green+Blue) = 206+197+189=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5BD is #313A42. Grayscale: #C6C6C6. Windows color (decimal): -3226179 or 12436942. OLE color: 12436942.
HSL color Cylindrical-coordinate representation of color #CEC5BD: hue angle of 28.24º 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 #CEC5BD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 189 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.19 |
| HSL | 28.24º | 0.15% | 0.77% | - |
| HSV(B) | 28.24º | 0.08% | 0.81% | - |
| XYZ | 54.61 | 56.73 | 56.22 | - |
| YUV | 198.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 189 | 0 | 0.04 | 0.08 | 0.19 | 28.24 | 0.15 | 0.77 |
| Hex | CE | C5 | BD | 0 | 4 | 8 | 13 | 1C | F | 4D |
| Octal | 316 | 305 | 275 | 0 | 4 | 10 | 23 | 34 | 17 | 115 |
| Binary | 11001110 | 11000101 | 10111101 | 0 | 100 | 1000 | 10011 | 11100 | 1111 | 1001101 |
Color Harmonies of #CEC5BD
Complementary color
Monochromatic Colors of #CEC5BD
Black with #CEC5BD
Text Example
Text Example
White with #CEC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5BD; }
p { color: rgb(206,197,189); }
H1.HeaderClassName
{
color: #CEC5BD;
}
.AnyTagClassName
{
color: #CEC5BD;
}
</style>
background-color css
<style>
a { background-color: #CEC5BD; }
a { background-color: rgb(206,197,189); }
div.DivClassName
{
background-color: #CEC5BD;
}
.BgClassName
{
background-color: #CEC5BD;
}
</style>
border-color css
<style>
span { border-color: #CEC5BD; }
span { border-color: rgb(206,197,189); }
td.TdClassName
{
border-color: #CEC5BD;
}
.TagClassName
{
border-color: #CEC5BD;
}
</style>