Shades of Stark White #CEBEB1
Tints of Stark White #CEBEB1
RGB
CMYK
RGB Variations
Color information
#CEBEB1 (or 0xCEBEB1) is known color: Stark White. HEX triplet: CE, BE and B1. RGB value is (206,190,177). Sum of RGB (Red+Green+Blue) = 206+190+177=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEB1 is #31414E. Grayscale: #C1C1C1. Windows color (decimal): -3227983 or 11648718. OLE color: 11648718.
HSL color Cylindrical-coordinate representation of color #CEBEB1: hue angle of 26.9º degrees, saturation: 0.23, 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 #CEBEB1 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 177 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.19 |
| HSL | 26.9º | 0.23% | 0.75% | - |
| HSV(B) | 26.9º | 0.14% | 0.81% | - |
| XYZ | 51.8 | 53.12 | 49.12 | - |
| YUV | 193.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 177 | 0 | 0.08 | 0.14 | 0.19 | 26.9 | 0.23 | 0.75 |
| Hex | CE | BE | B1 | 0 | 8 | E | 13 | 1B | 17 | 4B |
| Octal | 316 | 276 | 261 | 0 | 10 | 16 | 23 | 33 | 27 | 113 |
| Binary | 11001110 | 10111110 | 10110001 | 0 | 1000 | 1110 | 10011 | 11011 | 10111 | 1001011 |
Color Harmonies of #CEBEB1
Complementary color
Monochromatic Colors of #CEBEB1
Black with #CEBEB1
Text Example
Text Example
White with #CEBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEB1; }
p { color: rgb(206,190,177); }
H1.HeaderClassName
{
color: #CEBEB1;
}
.AnyTagClassName
{
color: #CEBEB1;
}
</style>
background-color css
<style>
a { background-color: #CEBEB1; }
a { background-color: rgb(206,190,177); }
div.DivClassName
{
background-color: #CEBEB1;
}
.BgClassName
{
background-color: #CEBEB1;
}
</style>
border-color css
<style>
span { border-color: #CEBEB1; }
span { border-color: rgb(206,190,177); }
td.TdClassName
{
border-color: #CEBEB1;
}
.TagClassName
{
border-color: #CEBEB1;
}
</style>