Shades of Stark White #CEC2B2
Tints of Stark White #CEC2B2
RGB
CMYK
RGB Variations
Color information
#CEC2B2 (or 0xCEC2B2) is known color: Stark White. HEX triplet: CE, C2 and B2. RGB value is (206,194,178). Sum of RGB (Red+Green+Blue) = 206+194+178=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2B2 is #313D4D. Grayscale: #C3C3C3. Windows color (decimal): -3226958 or 11715278. OLE color: 11715278.
HSL color Cylindrical-coordinate representation of color #CEC2B2: hue angle of 34.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC2B2 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 178 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.19 |
| HSL | 34.29º | 0.22% | 0.75% | - |
| HSV(B) | 34.29º | 0.14% | 0.81% | - |
| XYZ | 52.78 | 54.92 | 49.94 | - |
| YUV | 195.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 178 | 0 | 0.06 | 0.14 | 0.19 | 34.29 | 0.22 | 0.75 |
| Hex | CE | C2 | B2 | 0 | 6 | E | 13 | 22 | 16 | 4B |
| Octal | 316 | 302 | 262 | 0 | 6 | 16 | 23 | 42 | 26 | 113 |
| Binary | 11001110 | 11000010 | 10110010 | 0 | 110 | 1110 | 10011 | 100010 | 10110 | 1001011 |
Color Harmonies of #CEC2B2
Complementary color
Monochromatic Colors of #CEC2B2
Black with #CEC2B2
Text Example
Text Example
White with #CEC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2B2; }
p { color: rgb(206,194,178); }
H1.HeaderClassName
{
color: #CEC2B2;
}
.AnyTagClassName
{
color: #CEC2B2;
}
</style>
background-color css
<style>
a { background-color: #CEC2B2; }
a { background-color: rgb(206,194,178); }
div.DivClassName
{
background-color: #CEC2B2;
}
.BgClassName
{
background-color: #CEC2B2;
}
</style>
border-color css
<style>
span { border-color: #CEC2B2; }
span { border-color: rgb(206,194,178); }
td.TdClassName
{
border-color: #CEC2B2;
}
.TagClassName
{
border-color: #CEC2B2;
}
</style>