Shades of White Ice #E1EDE7
Tints of White Ice #E1EDE7
RGB
CMYK
RGB Variations
Color information
#E1EDE7 (or 0xE1EDE7) is known color: White Ice. HEX triplet: E1, ED and E7. RGB value is (225,237,231). Sum of RGB (Red+Green+Blue) = 225+237+231=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDE7 is #1E1218. Grayscale: #E8E8E8. Windows color (decimal): -1970713 or 15199713. OLE color: 15199713.
HSL color Cylindrical-coordinate representation of color #E1EDE7: hue angle of 150º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1EDE7 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 225 | 237 | 231 | - |
CMYK | 0.05 | 0 | 0.03 | 0.07 |
HSL | 150º | 0.25% | 0.91% | - |
HSV(B) | 150º | 0.05% | 0.93% | - |
XYZ | 75.76 | 82.35 | 87.5 | - |
YUV | 232.73 | 127.02 | 122.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 237 | 231 | 0.05 | 0 | 0.03 | 0.07 | 150 | 0.25 | 0.91 |
Hex | E1 | ED | E7 | 5 | 0 | 3 | 7 | 96 | 19 | 5B |
Octal | 341 | 355 | 347 | 5 | 0 | 3 | 7 | 226 | 31 | 133 |
Binary | 11100001 | 11101101 | 11100111 | 101 | 0 | 11 | 111 | 10010110 | 11001 | 1011011 |
Color Harmonies of #E1EDE7
Complementary color
Monochromatic Colors of #E1EDE7
Black with #E1EDE7
Text Example
Text Example
White with #E1EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDE7; }
p { color: rgb(225,237,231); }
H1.HeaderClassName
{
color: #E1EDE7;
}
.AnyTagClassName
{
color: #E1EDE7;
}
</style>
background-color css
<style>
a { background-color: #E1EDE7; }
a { background-color: rgb(225,237,231); }
div.DivClassName
{
background-color: #E1EDE7;
}
.BgClassName
{
background-color: #E1EDE7;
}
</style>
border-color css
<style>
span { border-color: #E1EDE7; }
span { border-color: rgb(225,237,231); }
td.TdClassName
{
border-color: #E1EDE7;
}
.TagClassName
{
border-color: #E1EDE7;
}
</style>