Shades of Stark White #CEC2B3
Tints of Stark White #CEC2B3
RGB
CMYK
RGB Variations
Color information
#CEC2B3 (or 0xCEC2B3) is known color: Stark White. HEX triplet: CE, C2 and B3. RGB value is (206,194,179). Sum of RGB (Red+Green+Blue) = 206+194+179=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2B3 is #313D4C. Grayscale: #C3C3C3. Windows color (decimal): -3226957 or 11780814. OLE color: 11780814.
HSL color Cylindrical-coordinate representation of color #CEC2B3: hue angle of 33.33º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC2B3 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 179 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.19 |
| HSL | 33.33º | 0.22% | 0.75% | - |
| HSV(B) | 33.33º | 0.13% | 0.81% | - |
| XYZ | 52.88 | 54.96 | 50.47 | - |
| YUV | 195.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 179 | 0 | 0.06 | 0.13 | 0.19 | 33.33 | 0.22 | 0.75 |
| Hex | CE | C2 | B3 | 0 | 6 | D | 13 | 21 | 16 | 4B |
| Octal | 316 | 302 | 263 | 0 | 6 | 15 | 23 | 41 | 26 | 113 |
| Binary | 11001110 | 11000010 | 10110011 | 0 | 110 | 1101 | 10011 | 100001 | 10110 | 1001011 |
Color Harmonies of #CEC2B3
Complementary color
Monochromatic Colors of #CEC2B3
Black with #CEC2B3
Text Example
Text Example
White with #CEC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2B3; }
p { color: rgb(206,194,179); }
H1.HeaderClassName
{
color: #CEC2B3;
}
.AnyTagClassName
{
color: #CEC2B3;
}
</style>
background-color css
<style>
a { background-color: #CEC2B3; }
a { background-color: rgb(206,194,179); }
div.DivClassName
{
background-color: #CEC2B3;
}
.BgClassName
{
background-color: #CEC2B3;
}
</style>
border-color css
<style>
span { border-color: #CEC2B3; }
span { border-color: rgb(206,194,179); }
td.TdClassName
{
border-color: #CEC2B3;
}
.TagClassName
{
border-color: #CEC2B3;
}
</style>