Shades of Stark White #CEC5BA
Tints of Stark White #CEC5BA
RGB
CMYK
RGB Variations
Color information
#CEC5BA (or 0xCEC5BA) is known color: Stark White. HEX triplet: CE, C5 and BA. RGB value is (206,197,186). Sum of RGB (Red+Green+Blue) = 206+197+186=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5BA is #313A45. Grayscale: #C6C6C6. Windows color (decimal): -3226182 or 12240334. OLE color: 12240334.
HSL color Cylindrical-coordinate representation of color #CEC5BA: hue angle of 33º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC5BA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 186 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.19 |
| HSL | 33º | 0.17% | 0.77% | - |
| HSV(B) | 33º | 0.1% | 0.81% | - |
| XYZ | 54.28 | 56.6 | 54.52 | - |
| YUV | 198.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 186 | 0 | 0.04 | 0.10 | 0.19 | 33 | 0.17 | 0.77 |
| Hex | CE | C5 | BA | 0 | 4 | A | 13 | 21 | 11 | 4D |
| Octal | 316 | 305 | 272 | 0 | 4 | 12 | 23 | 41 | 21 | 115 |
| Binary | 11001110 | 11000101 | 10111010 | 0 | 100 | 1010 | 10011 | 100001 | 10001 | 1001101 |
Color Harmonies of #CEC5BA
Complementary color
Monochromatic Colors of #CEC5BA
Black with #CEC5BA
Text Example
Text Example
White with #CEC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5BA; }
p { color: rgb(206,197,186); }
H1.HeaderClassName
{
color: #CEC5BA;
}
.AnyTagClassName
{
color: #CEC5BA;
}
</style>
background-color css
<style>
a { background-color: #CEC5BA; }
a { background-color: rgb(206,197,186); }
div.DivClassName
{
background-color: #CEC5BA;
}
.BgClassName
{
background-color: #CEC5BA;
}
</style>
border-color css
<style>
span { border-color: #CEC5BA; }
span { border-color: rgb(206,197,186); }
td.TdClassName
{
border-color: #CEC5BA;
}
.TagClassName
{
border-color: #CEC5BA;
}
</style>