Shades of Frost #E1E4CB
Tints of Frost #E1E4CB
RGB
CMYK
RGB Variations
Color information
#E1E4CB (or 0xE1E4CB) is known color: Frost. HEX triplet: E1, E4 and CB. RGB value is (225,228,203). Sum of RGB (Red+Green+Blue) = 225+228+203=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4CB is #1E1B34. Grayscale: #E0E0E0. Windows color (decimal): -1973045 or 13362401. OLE color: 13362401.
HSL color Cylindrical-coordinate representation of color #E1E4CB: hue angle of 67.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E4CB is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 203 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.11 |
| HSL | 67.2º | 0.32% | 0.85% | - |
| HSV(B) | 67.2º | 0.11% | 0.89% | - |
| XYZ | 69.57 | 75.81 | 67.47 | - |
| YUV | 224.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 203 | 0.01 | 0 | 0.11 | 0.11 | 67.2 | 0.32 | 0.85 |
| Hex | E1 | E4 | CB | 1 | 0 | B | B | 43 | 20 | 55 |
| Octal | 341 | 344 | 313 | 1 | 0 | 13 | 13 | 103 | 40 | 125 |
| Binary | 11100001 | 11100100 | 11001011 | 1 | 0 | 1011 | 1011 | 1000011 | 100000 | 1010101 |
Color Harmonies of #E1E4CB
Complementary color
Monochromatic Colors of #E1E4CB
Black with #E1E4CB
Text Example
Text Example
White with #E1E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4CB; }
p { color: rgb(225,228,203); }
H1.HeaderClassName
{
color: #E1E4CB;
}
.AnyTagClassName
{
color: #E1E4CB;
}
</style>
background-color css
<style>
a { background-color: #E1E4CB; }
a { background-color: rgb(225,228,203); }
div.DivClassName
{
background-color: #E1E4CB;
}
.BgClassName
{
background-color: #E1E4CB;
}
</style>
border-color css
<style>
span { border-color: #E1E4CB; }
span { border-color: rgb(225,228,203); }
td.TdClassName
{
border-color: #E1E4CB;
}
.TagClassName
{
border-color: #E1E4CB;
}
</style>