Shades of Solitude #E7EAF2
Tints of Solitude #E7EAF2
RGB
CMYK
RGB Variations
Color information
#E7EAF2 (or 0xE7EAF2) is known color: Solitude. HEX triplet: E7, EA and F2. RGB value is (231,234,242). Sum of RGB (Red+Green+Blue) = 231+234+242=707 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.67% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7EAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EAF2 is #18150D. Grayscale: #E9E9E9. Windows color (decimal): -1578254 or 15919847. OLE color: 15919847.
HSL color Cylindrical-coordinate representation of color #E7EAF2: hue angle of 223.64º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7EAF2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 231 | 234 | 242 | - |
CMYK | 0.05 | 0.03 | 0 | 0.05 |
HSL | 223.64º | 0.3% | 0.93% | - |
HSV(B) | 223.64º | 0.05% | 0.95% | - |
XYZ | 78.4 | 82.25 | 95.75 | - |
YUV | 234.02 | 132.51 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 234 | 242 | 0.05 | 0.03 | 0 | 0.05 | 223.64 | 0.3 | 0.93 |
Hex | E7 | EA | F2 | 5 | 3 | 0 | 5 | E0 | 1E | 5D |
Octal | 347 | 352 | 362 | 5 | 3 | 0 | 5 | 340 | 36 | 135 |
Binary | 11100111 | 11101010 | 11110010 | 101 | 11 | 0 | 101 | 11100000 | 11110 | 1011101 |
Color Harmonies of #E7EAF2
Complementary color
Monochromatic Colors of #E7EAF2
Black with #E7EAF2
Text Example
Text Example
White with #E7EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EAF2; }
p { color: rgb(231,234,242); }
H1.HeaderClassName
{
color: #E7EAF2;
}
.AnyTagClassName
{
color: #E7EAF2;
}
</style>
background-color css
<style>
a { background-color: #E7EAF2; }
a { background-color: rgb(231,234,242); }
div.DivClassName
{
background-color: #E7EAF2;
}
.BgClassName
{
background-color: #E7EAF2;
}
</style>
border-color css
<style>
span { border-color: #E7EAF2; }
span { border-color: rgb(231,234,242); }
td.TdClassName
{
border-color: #E7EAF2;
}
.TagClassName
{
border-color: #E7EAF2;
}
</style>