Shades of Stark White #CEC6BE
Tints of Stark White #CEC6BE
RGB
CMYK
RGB Variations
Color information
#CEC6BE (or 0xCEC6BE) is known color: Stark White. HEX triplet: CE, C6 and BE. RGB value is (206,198,190). Sum of RGB (Red+Green+Blue) = 206+198+190=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6BE is #313941. Grayscale: #C7C7C7. Windows color (decimal): -3225922 or 12502734. OLE color: 12502734.
HSL color Cylindrical-coordinate representation of color #CEC6BE: hue angle of 30º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC6BE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 198 | 190 | - |
CMYK | 0 | 0.04 | 0.08 | 0.19 |
HSL | 30º | 0.14% | 0.78% | - |
HSV(B) | 30º | 0.08% | 0.81% | - |
XYZ | 54.94 | 57.23 | 56.87 | - |
YUV | 199.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 198 | 190 | 0 | 0.04 | 0.08 | 0.19 | 30 | 0.14 | 0.78 |
Hex | CE | C6 | BE | 0 | 4 | 8 | 13 | 1E | E | 4E |
Octal | 316 | 306 | 276 | 0 | 4 | 10 | 23 | 36 | 16 | 116 |
Binary | 11001110 | 11000110 | 10111110 | 0 | 100 | 1000 | 10011 | 11110 | 1110 | 1001110 |
Color Harmonies of #CEC6BE
Complementary color
Monochromatic Colors of #CEC6BE
Black with #CEC6BE
Text Example
Text Example
White with #CEC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6BE; }
p { color: rgb(206,198,190); }
H1.HeaderClassName
{
color: #CEC6BE;
}
.AnyTagClassName
{
color: #CEC6BE;
}
</style>
background-color css
<style>
a { background-color: #CEC6BE; }
a { background-color: rgb(206,198,190); }
div.DivClassName
{
background-color: #CEC6BE;
}
.BgClassName
{
background-color: #CEC6BE;
}
</style>
border-color css
<style>
span { border-color: #CEC6BE; }
span { border-color: rgb(206,198,190); }
td.TdClassName
{
border-color: #CEC6BE;
}
.TagClassName
{
border-color: #CEC6BE;
}
</style>