Shades of Frostee #E0EBD3
Tints of Frostee #E0EBD3
RGB
CMYK
RGB Variations
Color information
#E0EBD3 (or 0xE0EBD3) is known color: Frostee. HEX triplet: E0, EB and D3. RGB value is (224,235,211). Sum of RGB (Red+Green+Blue) = 224+235+211=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EBD3 is #1F142C. Grayscale: #E5E5E5. Windows color (decimal): -2036781 or 13888480. OLE color: 13888480.
HSL color Cylindrical-coordinate representation of color #E0EBD3: hue angle of 87.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0EBD3 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 235 | 211 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.08 |
| HSL | 87.5º | 0.38% | 0.87% | - |
| HSV(B) | 87.5º | 0.1% | 0.92% | - |
| XYZ | 72.21 | 79.97 | 73.26 | - |
| YUV | 228.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 235 | 211 | 0.05 | 0 | 0.10 | 0.08 | 87.5 | 0.38 | 0.87 |
| Hex | E0 | EB | D3 | 5 | 0 | A | 8 | 57 | 26 | 57 |
| Octal | 340 | 353 | 323 | 5 | 0 | 12 | 10 | 127 | 46 | 127 |
| Binary | 11100000 | 11101011 | 11010011 | 101 | 0 | 1010 | 1000 | 1010111 | 100110 | 1010111 |
Color Harmonies of #E0EBD3
Complementary color
Monochromatic Colors of #E0EBD3
Black with #E0EBD3
Text Example
Text Example
White with #E0EBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EBD3; }
p { color: rgb(224,235,211); }
H1.HeaderClassName
{
color: #E0EBD3;
}
.AnyTagClassName
{
color: #E0EBD3;
}
</style>
background-color css
<style>
a { background-color: #E0EBD3; }
a { background-color: rgb(224,235,211); }
div.DivClassName
{
background-color: #E0EBD3;
}
.BgClassName
{
background-color: #E0EBD3;
}
</style>
border-color css
<style>
span { border-color: #E0EBD3; }
span { border-color: rgb(224,235,211); }
td.TdClassName
{
border-color: #E0EBD3;
}
.TagClassName
{
border-color: #E0EBD3;
}
</style>