Shades of Stark White #CEC1B3
Tints of Stark White #CEC1B3
RGB
CMYK
RGB Variations
Color information
#CEC1B3 (or 0xCEC1B3) is known color: Stark White. HEX triplet: CE, C1 and B3. RGB value is (206,193,179). Sum of RGB (Red+Green+Blue) = 206+193+179=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B3 is #313E4C. Grayscale: #C3C3C3. Windows color (decimal): -3227213 or 11780558. OLE color: 11780558.
HSL color Cylindrical-coordinate representation of color #CEC1B3: hue angle of 31.11º 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 #CEC1B3 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 179 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.19 |
| HSL | 31.11º | 0.22% | 0.75% | - |
| HSV(B) | 31.11º | 0.13% | 0.81% | - |
| XYZ | 52.66 | 54.52 | 50.4 | - |
| YUV | 195.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 179 | 0 | 0.06 | 0.13 | 0.19 | 31.11 | 0.22 | 0.75 |
| Hex | CE | C1 | B3 | 0 | 6 | D | 13 | 1F | 16 | 4B |
| Octal | 316 | 301 | 263 | 0 | 6 | 15 | 23 | 37 | 26 | 113 |
| Binary | 11001110 | 11000001 | 10110011 | 0 | 110 | 1101 | 10011 | 11111 | 10110 | 1001011 |
Color Harmonies of #CEC1B3
Complementary color
Monochromatic Colors of #CEC1B3
Black with #CEC1B3
Text Example
Text Example
White with #CEC1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1B3; }
p { color: rgb(206,193,179); }
H1.HeaderClassName
{
color: #CEC1B3;
}
.AnyTagClassName
{
color: #CEC1B3;
}
</style>
background-color css
<style>
a { background-color: #CEC1B3; }
a { background-color: rgb(206,193,179); }
div.DivClassName
{
background-color: #CEC1B3;
}
.BgClassName
{
background-color: #CEC1B3;
}
</style>
border-color css
<style>
span { border-color: #CEC1B3; }
span { border-color: rgb(206,193,179); }
td.TdClassName
{
border-color: #CEC1B3;
}
.TagClassName
{
border-color: #CEC1B3;
}
</style>