Shades of Stark White #CEC1B4
Tints of Stark White #CEC1B4
RGB
CMYK
RGB Variations
Color information
#CEC1B4 (or 0xCEC1B4) is known color: Stark White. HEX triplet: CE, C1 and B4. RGB value is (206,193,180). Sum of RGB (Red+Green+Blue) = 206+193+180=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B4 is #313E4B. Grayscale: #C3C3C3. Windows color (decimal): -3227212 or 11846094. OLE color: 11846094.
HSL color Cylindrical-coordinate representation of color #CEC1B4: hue angle of 30º 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 #CEC1B4 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 180 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.19 |
| HSL | 30º | 0.21% | 0.76% | - |
| HSV(B) | 30º | 0.13% | 0.81% | - |
| XYZ | 52.76 | 54.56 | 50.93 | - |
| YUV | 195.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 180 | 0 | 0.06 | 0.13 | 0.19 | 30 | 0.21 | 0.76 |
| Hex | CE | C1 | B4 | 0 | 6 | D | 13 | 1E | 15 | 4C |
| Octal | 316 | 301 | 264 | 0 | 6 | 15 | 23 | 36 | 25 | 114 |
| Binary | 11001110 | 11000001 | 10110100 | 0 | 110 | 1101 | 10011 | 11110 | 10101 | 1001100 |
Color Harmonies of #CEC1B4
Complementary color
Monochromatic Colors of #CEC1B4
Black with #CEC1B4
Text Example
Text Example
White with #CEC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1B4; }
p { color: rgb(206,193,180); }
H1.HeaderClassName
{
color: #CEC1B4;
}
.AnyTagClassName
{
color: #CEC1B4;
}
</style>
background-color css
<style>
a { background-color: #CEC1B4; }
a { background-color: rgb(206,193,180); }
div.DivClassName
{
background-color: #CEC1B4;
}
.BgClassName
{
background-color: #CEC1B4;
}
</style>
border-color css
<style>
span { border-color: #CEC1B4; }
span { border-color: rgb(206,193,180); }
td.TdClassName
{
border-color: #CEC1B4;
}
.TagClassName
{
border-color: #CEC1B4;
}
</style>