Shades of Stark White #CEC6BF
Tints of Stark White #CEC6BF
RGB
CMYK
RGB Variations
Color information
#CEC6BF (or 0xCEC6BF) is known color: Stark White. HEX triplet: CE, C6 and BF. RGB value is (206,198,191). Sum of RGB (Red+Green+Blue) = 206+198+191=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6BF is #313940. Grayscale: #C7C7C7. Windows color (decimal): -3225921 or 12568270. OLE color: 12568270.
HSL color Cylindrical-coordinate representation of color #CEC6BF: hue angle of 28º 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 #CEC6BF is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 191 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.19 |
| HSL | 28º | 0.13% | 0.78% | - |
| HSV(B) | 28º | 0.07% | 0.81% | - |
| XYZ | 55.05 | 57.27 | 57.44 | - |
| YUV | 199.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 191 | 0 | 0.04 | 0.07 | 0.19 | 28 | 0.13 | 0.78 |
| Hex | CE | C6 | BF | 0 | 4 | 7 | 13 | 1C | D | 4E |
| Octal | 316 | 306 | 277 | 0 | 4 | 7 | 23 | 34 | 15 | 116 |
| Binary | 11001110 | 11000110 | 10111111 | 0 | 100 | 111 | 10011 | 11100 | 1101 | 1001110 |
Color Harmonies of #CEC6BF
Complementary color
Monochromatic Colors of #CEC6BF
Black with #CEC6BF
Text Example
Text Example
White with #CEC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6BF; }
p { color: rgb(206,198,191); }
H1.HeaderClassName
{
color: #CEC6BF;
}
.AnyTagClassName
{
color: #CEC6BF;
}
</style>
background-color css
<style>
a { background-color: #CEC6BF; }
a { background-color: rgb(206,198,191); }
div.DivClassName
{
background-color: #CEC6BF;
}
.BgClassName
{
background-color: #CEC6BF;
}
</style>
border-color css
<style>
span { border-color: #CEC6BF; }
span { border-color: rgb(206,198,191); }
td.TdClassName
{
border-color: #CEC6BF;
}
.TagClassName
{
border-color: #CEC6BF;
}
</style>