Shades of Stark White #CEC5B7
Tints of Stark White #CEC5B7
RGB
CMYK
RGB Variations
Color information
#CEC5B7 (or 0xCEC5B7) is known color: Stark White. HEX triplet: CE, C5 and B7. RGB value is (206,197,183). Sum of RGB (Red+Green+Blue) = 206+197+183=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5B7 is #313A48. Grayscale: #C6C6C6. Windows color (decimal): -3226185 or 12043726. OLE color: 12043726.
HSL color Cylindrical-coordinate representation of color #CEC5B7: hue angle of 36.52º 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 #CEC5B7 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 183 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.19 |
| HSL | 36.52º | 0.19% | 0.76% | - |
| HSV(B) | 36.52º | 0.11% | 0.81% | - |
| XYZ | 53.97 | 56.47 | 52.86 | - |
| YUV | 198.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 183 | 0 | 0.04 | 0.11 | 0.19 | 36.52 | 0.19 | 0.76 |
| Hex | CE | C5 | B7 | 0 | 4 | B | 13 | 25 | 13 | 4C |
| Octal | 316 | 305 | 267 | 0 | 4 | 13 | 23 | 45 | 23 | 114 |
| Binary | 11001110 | 11000101 | 10110111 | 0 | 100 | 1011 | 10011 | 100101 | 10011 | 1001100 |
Color Harmonies of #CEC5B7
Complementary color
Monochromatic Colors of #CEC5B7
Black with #CEC5B7
Text Example
Text Example
White with #CEC5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5B7; }
p { color: rgb(206,197,183); }
H1.HeaderClassName
{
color: #CEC5B7;
}
.AnyTagClassName
{
color: #CEC5B7;
}
</style>
background-color css
<style>
a { background-color: #CEC5B7; }
a { background-color: rgb(206,197,183); }
div.DivClassName
{
background-color: #CEC5B7;
}
.BgClassName
{
background-color: #CEC5B7;
}
</style>
border-color css
<style>
span { border-color: #CEC5B7; }
span { border-color: rgb(206,197,183); }
td.TdClassName
{
border-color: #CEC5B7;
}
.TagClassName
{
border-color: #CEC5B7;
}
</style>