Shades of Stark White #CEC5B4
Tints of Stark White #CEC5B4
RGB
CMYK
RGB Variations
Color information
#CEC5B4 (or 0xCEC5B4) is known color: Stark White. HEX triplet: CE, C5 and B4. RGB value is (206,197,180). Sum of RGB (Red+Green+Blue) = 206+197+180=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5B4 is #313A4B. Grayscale: #C5C5C5. Windows color (decimal): -3226188 or 11847118. OLE color: 11847118.
HSL color Cylindrical-coordinate representation of color #CEC5B4: hue angle of 39.23º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC5B4 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 180 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.19 |
| HSL | 39.23º | 0.21% | 0.76% | - |
| HSV(B) | 39.23º | 0.13% | 0.81% | - |
| XYZ | 53.66 | 56.35 | 51.23 | - |
| YUV | 197.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 180 | 0 | 0.04 | 0.13 | 0.19 | 39.23 | 0.21 | 0.76 |
| Hex | CE | C5 | B4 | 0 | 4 | D | 13 | 27 | 15 | 4C |
| Octal | 316 | 305 | 264 | 0 | 4 | 15 | 23 | 47 | 25 | 114 |
| Binary | 11001110 | 11000101 | 10110100 | 0 | 100 | 1101 | 10011 | 100111 | 10101 | 1001100 |
Color Harmonies of #CEC5B4
Complementary color
Monochromatic Colors of #CEC5B4
Black with #CEC5B4
Text Example
Text Example
White with #CEC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5B4; }
p { color: rgb(206,197,180); }
H1.HeaderClassName
{
color: #CEC5B4;
}
.AnyTagClassName
{
color: #CEC5B4;
}
</style>
background-color css
<style>
a { background-color: #CEC5B4; }
a { background-color: rgb(206,197,180); }
div.DivClassName
{
background-color: #CEC5B4;
}
.BgClassName
{
background-color: #CEC5B4;
}
</style>
border-color css
<style>
span { border-color: #CEC5B4; }
span { border-color: rgb(206,197,180); }
td.TdClassName
{
border-color: #CEC5B4;
}
.TagClassName
{
border-color: #CEC5B4;
}
</style>