Shades of Stark White #CEC1B6
Tints of Stark White #CEC1B6
RGB
CMYK
RGB Variations
Color information
#CEC1B6 (or 0xCEC1B6) is known color: Stark White. HEX triplet: CE, C1 and B6. RGB value is (206,193,182). Sum of RGB (Red+Green+Blue) = 206+193+182=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B6 is #313E49. Grayscale: #C3C3C3. Windows color (decimal): -3227210 or 11977166. OLE color: 11977166.
HSL color Cylindrical-coordinate representation of color #CEC1B6: hue angle of 27.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC1B6 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 182 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.19 |
| HSL | 27.5º | 0.2% | 0.76% | - |
| HSV(B) | 27.5º | 0.12% | 0.81% | - |
| XYZ | 52.97 | 54.64 | 52.01 | - |
| YUV | 195.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 182 | 0 | 0.06 | 0.12 | 0.19 | 27.5 | 0.2 | 0.76 |
| Hex | CE | C1 | B6 | 0 | 6 | C | 13 | 1C | 14 | 4C |
| Octal | 316 | 301 | 266 | 0 | 6 | 14 | 23 | 34 | 24 | 114 |
| Binary | 11001110 | 11000001 | 10110110 | 0 | 110 | 1100 | 10011 | 11100 | 10100 | 1001100 |
Color Harmonies of #CEC1B6
Complementary color
Monochromatic Colors of #CEC1B6
Black with #CEC1B6
Text Example
Text Example
White with #CEC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1B6; }
p { color: rgb(206,193,182); }
H1.HeaderClassName
{
color: #CEC1B6;
}
.AnyTagClassName
{
color: #CEC1B6;
}
</style>
background-color css
<style>
a { background-color: #CEC1B6; }
a { background-color: rgb(206,193,182); }
div.DivClassName
{
background-color: #CEC1B6;
}
.BgClassName
{
background-color: #CEC1B6;
}
</style>
border-color css
<style>
span { border-color: #CEC1B6; }
span { border-color: rgb(206,193,182); }
td.TdClassName
{
border-color: #CEC1B6;
}
.TagClassName
{
border-color: #CEC1B6;
}
</style>