Shades of Stark White #CEC5BB
Tints of Stark White #CEC5BB
RGB
CMYK
RGB Variations
Color information
#CEC5BB (or 0xCEC5BB) is known color: Stark White. HEX triplet: CE, C5 and BB. RGB value is (206,197,187). Sum of RGB (Red+Green+Blue) = 206+197+187=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5BB is #313A44. Grayscale: #C6C6C6. Windows color (decimal): -3226181 or 12305870. OLE color: 12305870.
HSL color Cylindrical-coordinate representation of color #CEC5BB: hue angle of 31.58º 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 #CEC5BB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 187 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.19 |
| HSL | 31.58º | 0.16% | 0.77% | - |
| HSV(B) | 31.58º | 0.09% | 0.81% | - |
| XYZ | 54.39 | 56.64 | 55.08 | - |
| YUV | 198.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 187 | 0 | 0.04 | 0.09 | 0.19 | 31.58 | 0.16 | 0.77 |
| Hex | CE | C5 | BB | 0 | 4 | 9 | 13 | 20 | 10 | 4D |
| Octal | 316 | 305 | 273 | 0 | 4 | 11 | 23 | 40 | 20 | 115 |
| Binary | 11001110 | 11000101 | 10111011 | 0 | 100 | 1001 | 10011 | 100000 | 10000 | 1001101 |
Color Harmonies of #CEC5BB
Complementary color
Monochromatic Colors of #CEC5BB
Black with #CEC5BB
Text Example
Text Example
White with #CEC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5BB; }
p { color: rgb(206,197,187); }
H1.HeaderClassName
{
color: #CEC5BB;
}
.AnyTagClassName
{
color: #CEC5BB;
}
</style>
background-color css
<style>
a { background-color: #CEC5BB; }
a { background-color: rgb(206,197,187); }
div.DivClassName
{
background-color: #CEC5BB;
}
.BgClassName
{
background-color: #CEC5BB;
}
</style>
border-color css
<style>
span { border-color: #CEC5BB; }
span { border-color: rgb(206,197,187); }
td.TdClassName
{
border-color: #CEC5BB;
}
.TagClassName
{
border-color: #CEC5BB;
}
</style>