Shades of Stark White #CEC7BE
Tints of Stark White #CEC7BE
RGB
CMYK
RGB Variations
Color information
#CEC7BE (or 0xCEC7BE) is known color: Stark White. HEX triplet: CE, C7 and BE. RGB value is (206,199,190). Sum of RGB (Red+Green+Blue) = 206+199+190=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7BE is #313841. Grayscale: #C8C8C8. Windows color (decimal): -3225666 or 12502990. OLE color: 12502990.
HSL color Cylindrical-coordinate representation of color #CEC7BE: hue angle of 33.75º 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 #CEC7BE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 199 | 190 | - |
CMYK | 0 | 0.03 | 0.08 | 0.19 |
HSL | 33.75º | 0.14% | 0.78% | - |
HSV(B) | 33.75º | 0.08% | 0.81% | - |
XYZ | 55.17 | 57.69 | 56.94 | - |
YUV | 200.07 | 122.32 | 132.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 190 | 0 | 0.03 | 0.08 | 0.19 | 33.75 | 0.14 | 0.78 |
Hex | CE | C7 | BE | 0 | 3 | 8 | 13 | 22 | E | 4E |
Octal | 316 | 307 | 276 | 0 | 3 | 10 | 23 | 42 | 16 | 116 |
Binary | 11001110 | 11000111 | 10111110 | 0 | 11 | 1000 | 10011 | 100010 | 1110 | 1001110 |
Color Harmonies of #CEC7BE
Complementary color
Monochromatic Colors of #CEC7BE
Black with #CEC7BE
Text Example
Text Example
White with #CEC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7BE; }
p { color: rgb(206,199,190); }
H1.HeaderClassName
{
color: #CEC7BE;
}
.AnyTagClassName
{
color: #CEC7BE;
}
</style>
background-color css
<style>
a { background-color: #CEC7BE; }
a { background-color: rgb(206,199,190); }
div.DivClassName
{
background-color: #CEC7BE;
}
.BgClassName
{
background-color: #CEC7BE;
}
</style>
border-color css
<style>
span { border-color: #CEC7BE; }
span { border-color: rgb(206,199,190); }
td.TdClassName
{
border-color: #CEC7BE;
}
.TagClassName
{
border-color: #CEC7BE;
}
</style>