Shades of Frost #E5EACB
Tints of Frost #E5EACB
RGB
CMYK
RGB Variations
Color information
#E5EACB (or 0xE5EACB) is known color: Frost. HEX triplet: E5, EA and CB. RGB value is (229,234,203). Sum of RGB (Red+Green+Blue) = 229+234+203=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EACB is #1A1534. Grayscale: #E5E5E5. Windows color (decimal): -1709365 or 13363941. OLE color: 13363941.
HSL color Cylindrical-coordinate representation of color #E5EACB: hue angle of 69.68º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5EACB is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 234 | 203 | - |
CMYK | 0.02 | 0 | 0.13 | 0.08 |
HSL | 69.68º | 0.42% | 0.86% | - |
HSV(B) | 69.68º | 0.13% | 0.92% | - |
XYZ | 72.52 | 79.82 | 68.08 | - |
YUV | 228.97 | 113.34 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 234 | 203 | 0.02 | 0 | 0.13 | 0.08 | 69.68 | 0.42 | 0.86 |
Hex | E5 | EA | CB | 2 | 0 | D | 8 | 46 | 2A | 56 |
Octal | 345 | 352 | 313 | 2 | 0 | 15 | 10 | 106 | 52 | 126 |
Binary | 11100101 | 11101010 | 11001011 | 10 | 0 | 1101 | 1000 | 1000110 | 101010 | 1010110 |
Color Harmonies of #E5EACB
Complementary color
Monochromatic Colors of #E5EACB
Black with #E5EACB
Text Example
Text Example
White with #E5EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EACB; }
p { color: rgb(229,234,203); }
H1.HeaderClassName
{
color: #E5EACB;
}
.AnyTagClassName
{
color: #E5EACB;
}
</style>
background-color css
<style>
a { background-color: #E5EACB; }
a { background-color: rgb(229,234,203); }
div.DivClassName
{
background-color: #E5EACB;
}
.BgClassName
{
background-color: #E5EACB;
}
</style>
border-color css
<style>
span { border-color: #E5EACB; }
span { border-color: rgb(229,234,203); }
td.TdClassName
{
border-color: #E5EACB;
}
.TagClassName
{
border-color: #E5EACB;
}
</style>