Shades of Stark White #CEC2B8
Tints of Stark White #CEC2B8
RGB
CMYK
RGB Variations
Color information
#CEC2B8 (or 0xCEC2B8) is known color: Stark White. HEX triplet: CE, C2 and B8. RGB value is (206,194,184). Sum of RGB (Red+Green+Blue) = 206+194+184=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2B8 is #313D47. Grayscale: #C4C4C4. Windows color (decimal): -3226952 or 12108494. OLE color: 12108494.
HSL color Cylindrical-coordinate representation of color #CEC2B8: hue angle of 27.27º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC2B8 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 194 | 184 | - |
CMYK | 0 | 0.06 | 0.11 | 0.19 |
HSL | 27.27º | 0.18% | 0.76% | - |
HSV(B) | 27.27º | 0.11% | 0.81% | - |
XYZ | 53.4 | 55.17 | 53.18 | - |
YUV | 196.45 | 120.98 | 134.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 184 | 0 | 0.06 | 0.11 | 0.19 | 27.27 | 0.18 | 0.76 |
Hex | CE | C2 | B8 | 0 | 6 | B | 13 | 1B | 12 | 4C |
Octal | 316 | 302 | 270 | 0 | 6 | 13 | 23 | 33 | 22 | 114 |
Binary | 11001110 | 11000010 | 10111000 | 0 | 110 | 1011 | 10011 | 11011 | 10010 | 1001100 |
Color Harmonies of #CEC2B8
Complementary color
Monochromatic Colors of #CEC2B8
Black with #CEC2B8
Text Example
Text Example
White with #CEC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2B8; }
p { color: rgb(206,194,184); }
H1.HeaderClassName
{
color: #CEC2B8;
}
.AnyTagClassName
{
color: #CEC2B8;
}
</style>
background-color css
<style>
a { background-color: #CEC2B8; }
a { background-color: rgb(206,194,184); }
div.DivClassName
{
background-color: #CEC2B8;
}
.BgClassName
{
background-color: #CEC2B8;
}
</style>
border-color css
<style>
span { border-color: #CEC2B8; }
span { border-color: rgb(206,194,184); }
td.TdClassName
{
border-color: #CEC2B8;
}
.TagClassName
{
border-color: #CEC2B8;
}
</style>