Shades of Stark White #CEC5B8
Tints of Stark White #CEC5B8
RGB
CMYK
RGB Variations
Color information
#CEC5B8 (or 0xCEC5B8) is known color: Stark White. HEX triplet: CE, C5 and B8. RGB value is (206,197,184). Sum of RGB (Red+Green+Blue) = 206+197+184=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5B8 is #313A47. Grayscale: #C6C6C6. Windows color (decimal): -3226184 or 12109262. OLE color: 12109262.
HSL color Cylindrical-coordinate representation of color #CEC5B8: hue angle of 35.45º 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 #CEC5B8 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 184 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.19 |
| HSL | 35.45º | 0.18% | 0.76% | - |
| HSV(B) | 35.45º | 0.11% | 0.81% | - |
| XYZ | 54.07 | 56.52 | 53.41 | - |
| YUV | 198.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 184 | 0 | 0.04 | 0.11 | 0.19 | 35.45 | 0.18 | 0.76 |
| Hex | CE | C5 | B8 | 0 | 4 | B | 13 | 23 | 12 | 4C |
| Octal | 316 | 305 | 270 | 0 | 4 | 13 | 23 | 43 | 22 | 114 |
| Binary | 11001110 | 11000101 | 10111000 | 0 | 100 | 1011 | 10011 | 100011 | 10010 | 1001100 |
Color Harmonies of #CEC5B8
Complementary color
Monochromatic Colors of #CEC5B8
Black with #CEC5B8
Text Example
Text Example
White with #CEC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5B8; }
p { color: rgb(206,197,184); }
H1.HeaderClassName
{
color: #CEC5B8;
}
.AnyTagClassName
{
color: #CEC5B8;
}
</style>
background-color css
<style>
a { background-color: #CEC5B8; }
a { background-color: rgb(206,197,184); }
div.DivClassName
{
background-color: #CEC5B8;
}
.BgClassName
{
background-color: #CEC5B8;
}
</style>
border-color css
<style>
span { border-color: #CEC5B8; }
span { border-color: rgb(206,197,184); }
td.TdClassName
{
border-color: #CEC5B8;
}
.TagClassName
{
border-color: #CEC5B8;
}
</style>