Shades of Stark White #CEC3B9
Tints of Stark White #CEC3B9
RGB
CMYK
RGB Variations
Color information
#CEC3B9 (or 0xCEC3B9) is known color: Stark White. HEX triplet: CE, C3 and B9. RGB value is (206,195,185). Sum of RGB (Red+Green+Blue) = 206+195+185=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3B9 is #313C46. Grayscale: #C5C5C5. Windows color (decimal): -3226695 or 12174286. OLE color: 12174286.
HSL color Cylindrical-coordinate representation of color #CEC3B9: hue angle of 28.57º 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 #CEC3B9 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 185 | - |
CMYK | 0 | 0.05 | 0.10 | 0.19 |
HSL | 28.57º | 0.18% | 0.77% | - |
HSV(B) | 28.57º | 0.1% | 0.81% | - |
XYZ | 53.73 | 55.65 | 53.81 | - |
YUV | 197.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 185 | 0 | 0.05 | 0.10 | 0.19 | 28.57 | 0.18 | 0.77 |
Hex | CE | C3 | B9 | 0 | 5 | A | 13 | 1D | 12 | 4D |
Octal | 316 | 303 | 271 | 0 | 5 | 12 | 23 | 35 | 22 | 115 |
Binary | 11001110 | 11000011 | 10111001 | 0 | 101 | 1010 | 10011 | 11101 | 10010 | 1001101 |
Color Harmonies of #CEC3B9
Complementary color
Monochromatic Colors of #CEC3B9
Black with #CEC3B9
Text Example
Text Example
White with #CEC3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3B9; }
p { color: rgb(206,195,185); }
H1.HeaderClassName
{
color: #CEC3B9;
}
.AnyTagClassName
{
color: #CEC3B9;
}
</style>
background-color css
<style>
a { background-color: #CEC3B9; }
a { background-color: rgb(206,195,185); }
div.DivClassName
{
background-color: #CEC3B9;
}
.BgClassName
{
background-color: #CEC3B9;
}
</style>
border-color css
<style>
span { border-color: #CEC3B9; }
span { border-color: rgb(206,195,185); }
td.TdClassName
{
border-color: #CEC3B9;
}
.TagClassName
{
border-color: #CEC3B9;
}
</style>