Shades of Stark White #CEC7BF
Tints of Stark White #CEC7BF
RGB
CMYK
RGB Variations
Color information
#CEC7BF (or 0xCEC7BF) is known color: Stark White. HEX triplet: CE, C7 and BF. RGB value is (206,199,191). Sum of RGB (Red+Green+Blue) = 206+199+191=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7BF is #313840. Grayscale: #C8C8C8. Windows color (decimal): -3225665 or 12568526. OLE color: 12568526.
HSL color Cylindrical-coordinate representation of color #CEC7BF: hue angle of 32º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC7BF is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 191 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.19 |
| HSL | 32º | 0.13% | 0.78% | - |
| HSV(B) | 32º | 0.07% | 0.81% | - |
| XYZ | 55.28 | 57.73 | 57.52 | - |
| YUV | 200.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 191 | 0 | 0.03 | 0.07 | 0.19 | 32 | 0.13 | 0.78 |
| Hex | CE | C7 | BF | 0 | 3 | 7 | 13 | 20 | D | 4E |
| Octal | 316 | 307 | 277 | 0 | 3 | 7 | 23 | 40 | 15 | 116 |
| Binary | 11001110 | 11000111 | 10111111 | 0 | 11 | 111 | 10011 | 100000 | 1101 | 1001110 |
Color Harmonies of #CEC7BF
Complementary color
Monochromatic Colors of #CEC7BF
Black with #CEC7BF
Text Example
Text Example
White with #CEC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7BF; }
p { color: rgb(206,199,191); }
H1.HeaderClassName
{
color: #CEC7BF;
}
.AnyTagClassName
{
color: #CEC7BF;
}
</style>
background-color css
<style>
a { background-color: #CEC7BF; }
a { background-color: rgb(206,199,191); }
div.DivClassName
{
background-color: #CEC7BF;
}
.BgClassName
{
background-color: #CEC7BF;
}
</style>
border-color css
<style>
span { border-color: #CEC7BF; }
span { border-color: rgb(206,199,191); }
td.TdClassName
{
border-color: #CEC7BF;
}
.TagClassName
{
border-color: #CEC7BF;
}
</style>