Shades of Stark White #CEC6B9
Tints of Stark White #CEC6B9
RGB
CMYK
RGB Variations
Color information
#CEC6B9 (or 0xCEC6B9) is known color: Stark White. HEX triplet: CE, C6 and B9. RGB value is (206,198,185). Sum of RGB (Red+Green+Blue) = 206+198+185=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6B9 is #313946. Grayscale: #C6C6C6. Windows color (decimal): -3225927 or 12175054. OLE color: 12175054.
HSL color Cylindrical-coordinate representation of color #CEC6B9: hue angle of 37.14º degrees, saturation: 0.18, 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 #CEC6B9 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 185 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.19 |
| HSL | 37.14º | 0.18% | 0.77% | - |
| HSV(B) | 37.14º | 0.1% | 0.81% | - |
| XYZ | 54.4 | 57.01 | 54.04 | - |
| YUV | 198.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 185 | 0 | 0.04 | 0.10 | 0.19 | 37.14 | 0.18 | 0.77 |
| Hex | CE | C6 | B9 | 0 | 4 | A | 13 | 25 | 12 | 4D |
| Octal | 316 | 306 | 271 | 0 | 4 | 12 | 23 | 45 | 22 | 115 |
| Binary | 11001110 | 11000110 | 10111001 | 0 | 100 | 1010 | 10011 | 100101 | 10010 | 1001101 |
Color Harmonies of #CEC6B9
Complementary color
Monochromatic Colors of #CEC6B9
Black with #CEC6B9
Text Example
Text Example
White with #CEC6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6B9; }
p { color: rgb(206,198,185); }
H1.HeaderClassName
{
color: #CEC6B9;
}
.AnyTagClassName
{
color: #CEC6B9;
}
</style>
background-color css
<style>
a { background-color: #CEC6B9; }
a { background-color: rgb(206,198,185); }
div.DivClassName
{
background-color: #CEC6B9;
}
.BgClassName
{
background-color: #CEC6B9;
}
</style>
border-color css
<style>
span { border-color: #CEC6B9; }
span { border-color: rgb(206,198,185); }
td.TdClassName
{
border-color: #CEC6B9;
}
.TagClassName
{
border-color: #CEC6B9;
}
</style>