Shades of Stark White #CEC7B9
Tints of Stark White #CEC7B9
RGB
CMYK
RGB Variations
Color information
#CEC7B9 (or 0xCEC7B9) is known color: Stark White. HEX triplet: CE, C7 and B9. RGB value is (206,199,185). Sum of RGB (Red+Green+Blue) = 206+199+185=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B9 is #313846. Grayscale: #C7C7C7. Windows color (decimal): -3225671 or 12175310. OLE color: 12175310.
HSL color Cylindrical-coordinate representation of color #CEC7B9: hue angle of 40º 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 #CEC7B9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 185 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.19 |
| HSL | 40º | 0.18% | 0.77% | - |
| HSV(B) | 40º | 0.1% | 0.81% | - |
| XYZ | 54.63 | 57.47 | 54.11 | - |
| YUV | 199.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 185 | 0 | 0.03 | 0.10 | 0.19 | 40 | 0.18 | 0.77 |
| Hex | CE | C7 | B9 | 0 | 3 | A | 13 | 28 | 12 | 4D |
| Octal | 316 | 307 | 271 | 0 | 3 | 12 | 23 | 50 | 22 | 115 |
| Binary | 11001110 | 11000111 | 10111001 | 0 | 11 | 1010 | 10011 | 101000 | 10010 | 1001101 |
Color Harmonies of #CEC7B9
Complementary color
Monochromatic Colors of #CEC7B9
Black with #CEC7B9
Text Example
Text Example
White with #CEC7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7B9; }
p { color: rgb(206,199,185); }
H1.HeaderClassName
{
color: #CEC7B9;
}
.AnyTagClassName
{
color: #CEC7B9;
}
</style>
background-color css
<style>
a { background-color: #CEC7B9; }
a { background-color: rgb(206,199,185); }
div.DivClassName
{
background-color: #CEC7B9;
}
.BgClassName
{
background-color: #CEC7B9;
}
</style>
border-color css
<style>
span { border-color: #CEC7B9; }
span { border-color: rgb(206,199,185); }
td.TdClassName
{
border-color: #CEC7B9;
}
.TagClassName
{
border-color: #CEC7B9;
}
</style>