Shades of Stark White #CEC8BF
Tints of Stark White #CEC8BF
RGB
CMYK
RGB Variations
Color information
#CEC8BF (or 0xCEC8BF) is known color: Stark White. HEX triplet: CE, C8 and BF. RGB value is (206,200,191). Sum of RGB (Red+Green+Blue) = 206+200+191=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8BF is #313740. Grayscale: #C8C8C8. Windows color (decimal): -3225409 or 12568782. OLE color: 12568782.
HSL color Cylindrical-coordinate representation of color #CEC8BF: hue angle of 36º 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 #CEC8BF is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 191 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.19 |
| HSL | 36º | 0.13% | 0.78% | - |
| HSV(B) | 36º | 0.07% | 0.81% | - |
| XYZ | 55.51 | 58.19 | 57.6 | - |
| YUV | 200.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 191 | 0 | 0.03 | 0.07 | 0.19 | 36 | 0.13 | 0.78 |
| Hex | CE | C8 | BF | 0 | 3 | 7 | 13 | 24 | D | 4E |
| Octal | 316 | 310 | 277 | 0 | 3 | 7 | 23 | 44 | 15 | 116 |
| Binary | 11001110 | 11001000 | 10111111 | 0 | 11 | 111 | 10011 | 100100 | 1101 | 1001110 |
Color Harmonies of #CEC8BF
Complementary color
Monochromatic Colors of #CEC8BF
Black with #CEC8BF
Text Example
Text Example
White with #CEC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8BF; }
p { color: rgb(206,200,191); }
H1.HeaderClassName
{
color: #CEC8BF;
}
.AnyTagClassName
{
color: #CEC8BF;
}
</style>
background-color css
<style>
a { background-color: #CEC8BF; }
a { background-color: rgb(206,200,191); }
div.DivClassName
{
background-color: #CEC8BF;
}
.BgClassName
{
background-color: #CEC8BF;
}
</style>
border-color css
<style>
span { border-color: #CEC8BF; }
span { border-color: rgb(206,200,191); }
td.TdClassName
{
border-color: #CEC8BF;
}
.TagClassName
{
border-color: #CEC8BF;
}
</style>