Shades of Stark White #CEC1B5
Tints of Stark White #CEC1B5
RGB
CMYK
RGB Variations
Color information
#CEC1B5 (or 0xCEC1B5) is known color: Stark White. HEX triplet: CE, C1 and B5. RGB value is (206,193,181). Sum of RGB (Red+Green+Blue) = 206+193+181=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B5 is #313E4A. Grayscale: #C3C3C3. Windows color (decimal): -3227211 or 11911630. OLE color: 11911630.
HSL color Cylindrical-coordinate representation of color #CEC1B5: hue angle of 28.8º 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 #CEC1B5 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 193 | 181 | - |
CMYK | 0 | 0.06 | 0.12 | 0.19 |
HSL | 28.8º | 0.2% | 0.76% | - |
HSV(B) | 28.8º | 0.12% | 0.81% | - |
XYZ | 52.86 | 54.6 | 51.47 | - |
YUV | 195.52 | 119.81 | 135.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 181 | 0 | 0.06 | 0.12 | 0.19 | 28.8 | 0.2 | 0.76 |
Hex | CE | C1 | B5 | 0 | 6 | C | 13 | 1D | 14 | 4C |
Octal | 316 | 301 | 265 | 0 | 6 | 14 | 23 | 35 | 24 | 114 |
Binary | 11001110 | 11000001 | 10110101 | 0 | 110 | 1100 | 10011 | 11101 | 10100 | 1001100 |
Color Harmonies of #CEC1B5
Complementary color
Monochromatic Colors of #CEC1B5
Black with #CEC1B5
Text Example
Text Example
White with #CEC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1B5; }
p { color: rgb(206,193,181); }
H1.HeaderClassName
{
color: #CEC1B5;
}
.AnyTagClassName
{
color: #CEC1B5;
}
</style>
background-color css
<style>
a { background-color: #CEC1B5; }
a { background-color: rgb(206,193,181); }
div.DivClassName
{
background-color: #CEC1B5;
}
.BgClassName
{
background-color: #CEC1B5;
}
</style>
border-color css
<style>
span { border-color: #CEC1B5; }
span { border-color: rgb(206,193,181); }
td.TdClassName
{
border-color: #CEC1B5;
}
.TagClassName
{
border-color: #CEC1B5;
}
</style>