Shades of Stark White #CEC6BA
Tints of Stark White #CEC6BA
RGB
CMYK
RGB Variations
Color information
#CEC6BA (or 0xCEC6BA) is known color: Stark White. HEX triplet: CE, C6 and BA. RGB value is (206,198,186). Sum of RGB (Red+Green+Blue) = 206+198+186=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6BA is #313945. Grayscale: #C7C7C7. Windows color (decimal): -3225926 or 12240590. OLE color: 12240590.
HSL color Cylindrical-coordinate representation of color #CEC6BA: hue angle of 36º 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 #CEC6BA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 186 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.19 |
| HSL | 36º | 0.17% | 0.77% | - |
| HSV(B) | 36º | 0.1% | 0.81% | - |
| XYZ | 54.51 | 57.06 | 54.59 | - |
| YUV | 199.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 186 | 0 | 0.04 | 0.10 | 0.19 | 36 | 0.17 | 0.77 |
| Hex | CE | C6 | BA | 0 | 4 | A | 13 | 24 | 11 | 4D |
| Octal | 316 | 306 | 272 | 0 | 4 | 12 | 23 | 44 | 21 | 115 |
| Binary | 11001110 | 11000110 | 10111010 | 0 | 100 | 1010 | 10011 | 100100 | 10001 | 1001101 |
Color Harmonies of #CEC6BA
Complementary color
Monochromatic Colors of #CEC6BA
Black with #CEC6BA
Text Example
Text Example
White with #CEC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6BA; }
p { color: rgb(206,198,186); }
H1.HeaderClassName
{
color: #CEC6BA;
}
.AnyTagClassName
{
color: #CEC6BA;
}
</style>
background-color css
<style>
a { background-color: #CEC6BA; }
a { background-color: rgb(206,198,186); }
div.DivClassName
{
background-color: #CEC6BA;
}
.BgClassName
{
background-color: #CEC6BA;
}
</style>
border-color css
<style>
span { border-color: #CEC6BA; }
span { border-color: rgb(206,198,186); }
td.TdClassName
{
border-color: #CEC6BA;
}
.TagClassName
{
border-color: #CEC6BA;
}
</style>