Shades of Stark White #CEC6B6
Tints of Stark White #CEC6B6
RGB
CMYK
RGB Variations
Color information
#CEC6B6 (or 0xCEC6B6) is known color: Stark White. HEX triplet: CE, C6 and B6. RGB value is (206,198,182). Sum of RGB (Red+Green+Blue) = 206+198+182=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6B6 is #313949. Grayscale: #C6C6C6. Windows color (decimal): -3225930 or 11978446. OLE color: 11978446.
HSL color Cylindrical-coordinate representation of color #CEC6B6: hue angle of 40º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC6B6 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 182 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.19 |
| HSL | 40º | 0.2% | 0.76% | - |
| HSV(B) | 40º | 0.12% | 0.81% | - |
| XYZ | 54.09 | 56.89 | 52.39 | - |
| YUV | 198.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 182 | 0 | 0.04 | 0.12 | 0.19 | 40 | 0.2 | 0.76 |
| Hex | CE | C6 | B6 | 0 | 4 | C | 13 | 28 | 14 | 4C |
| Octal | 316 | 306 | 266 | 0 | 4 | 14 | 23 | 50 | 24 | 114 |
| Binary | 11001110 | 11000110 | 10110110 | 0 | 100 | 1100 | 10011 | 101000 | 10100 | 1001100 |
Color Harmonies of #CEC6B6
Complementary color
Monochromatic Colors of #CEC6B6
Black with #CEC6B6
Text Example
Text Example
White with #CEC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6B6; }
p { color: rgb(206,198,182); }
H1.HeaderClassName
{
color: #CEC6B6;
}
.AnyTagClassName
{
color: #CEC6B6;
}
</style>
background-color css
<style>
a { background-color: #CEC6B6; }
a { background-color: rgb(206,198,182); }
div.DivClassName
{
background-color: #CEC6B6;
}
.BgClassName
{
background-color: #CEC6B6;
}
</style>
border-color css
<style>
span { border-color: #CEC6B6; }
span { border-color: rgb(206,198,182); }
td.TdClassName
{
border-color: #CEC6B6;
}
.TagClassName
{
border-color: #CEC6B6;
}
</style>