Shades of Frost #E5E6CE
Tints of Frost #E5E6CE
RGB
CMYK
RGB Variations
Color information
#E5E6CE (or 0xE5E6CE) is known color: Frost. HEX triplet: E5, E6 and CE. RGB value is (229,230,206). Sum of RGB (Red+Green+Blue) = 229+230+206=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E6CE is #1A1931. Grayscale: #E3E3E3. Windows color (decimal): -1710386 or 13559525. OLE color: 13559525.
HSL color Cylindrical-coordinate representation of color #E5E6CE: hue angle of 62.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E6CE is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 230 | 206 | - |
CMYK | 0.00 | 0 | 0.10 | 0.10 |
HSL | 62.5º | 0.32% | 0.85% | - |
HSV(B) | 62.5º | 0.1% | 0.9% | - |
XYZ | 71.75 | 77.71 | 69.61 | - |
YUV | 226.97 | 116.17 | 129.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 230 | 206 | 0.00 | 0 | 0.10 | 0.10 | 62.5 | 0.32 | 0.85 |
Hex | E5 | E6 | CE | 0 | 0 | A | A | 3F | 20 | 55 |
Octal | 345 | 346 | 316 | 0 | 0 | 12 | 12 | 77 | 40 | 125 |
Binary | 11100101 | 11100110 | 11001110 | 0 | 0 | 1010 | 1010 | 111111 | 100000 | 1010101 |
Color Harmonies of #E5E6CE
Complementary color
Monochromatic Colors of #E5E6CE
Black with #E5E6CE
Text Example
Text Example
White with #E5E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6CE; }
p { color: rgb(229,230,206); }
H1.HeaderClassName
{
color: #E5E6CE;
}
.AnyTagClassName
{
color: #E5E6CE;
}
</style>
background-color css
<style>
a { background-color: #E5E6CE; }
a { background-color: rgb(229,230,206); }
div.DivClassName
{
background-color: #E5E6CE;
}
.BgClassName
{
background-color: #E5E6CE;
}
</style>
border-color css
<style>
span { border-color: #E5E6CE; }
span { border-color: rgb(229,230,206); }
td.TdClassName
{
border-color: #E5E6CE;
}
.TagClassName
{
border-color: #E5E6CE;
}
</style>