Shades of Stark White #CEC2B7
Tints of Stark White #CEC2B7
RGB
CMYK
RGB Variations
Color information
#CEC2B7 (or 0xCEC2B7) is known color: Stark White. HEX triplet: CE, C2 and B7. RGB value is (206,194,183). Sum of RGB (Red+Green+Blue) = 206+194+183=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2B7 is #313D48. Grayscale: #C4C4C4. Windows color (decimal): -3226953 or 12042958. OLE color: 12042958.
HSL color Cylindrical-coordinate representation of color #CEC2B7: hue angle of 28.7º degrees, saturation: 0.19, 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 #CEC2B7 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 183 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.19 |
| HSL | 28.7º | 0.19% | 0.76% | - |
| HSV(B) | 28.7º | 0.11% | 0.81% | - |
| XYZ | 53.29 | 55.12 | 52.63 | - |
| YUV | 196.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 183 | 0 | 0.06 | 0.11 | 0.19 | 28.7 | 0.19 | 0.76 |
| Hex | CE | C2 | B7 | 0 | 6 | B | 13 | 1D | 13 | 4C |
| Octal | 316 | 302 | 267 | 0 | 6 | 13 | 23 | 35 | 23 | 114 |
| Binary | 11001110 | 11000010 | 10110111 | 0 | 110 | 1011 | 10011 | 11101 | 10011 | 1001100 |
Color Harmonies of #CEC2B7
Complementary color
Monochromatic Colors of #CEC2B7
Black with #CEC2B7
Text Example
Text Example
White with #CEC2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2B7; }
p { color: rgb(206,194,183); }
H1.HeaderClassName
{
color: #CEC2B7;
}
.AnyTagClassName
{
color: #CEC2B7;
}
</style>
background-color css
<style>
a { background-color: #CEC2B7; }
a { background-color: rgb(206,194,183); }
div.DivClassName
{
background-color: #CEC2B7;
}
.BgClassName
{
background-color: #CEC2B7;
}
</style>
border-color css
<style>
span { border-color: #CEC2B7; }
span { border-color: rgb(206,194,183); }
td.TdClassName
{
border-color: #CEC2B7;
}
.TagClassName
{
border-color: #CEC2B7;
}
</style>