Shades of Solitude #E3EAF6
Tints of Solitude #E3EAF6
RGB
CMYK
RGB Variations
Color information
#E3EAF6 (or 0xE3EAF6) is known color: Solitude. HEX triplet: E3, EA and F6. RGB value is (227,234,246). Sum of RGB (Red+Green+Blue) = 227+234+246=707 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.11% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3EAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAF6 is #1C1509. Grayscale: #E9E9E9. Windows color (decimal): -1840394 or 16181987. OLE color: 16181987.
HSL color Cylindrical-coordinate representation of color #E3EAF6: hue angle of 217.89º degrees, saturation: 0.51, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3EAF6 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 227 | 234 | 246 | - |
CMYK | 0.08 | 0.05 | 0 | 0.04 |
HSL | 217.89º | 0.51% | 0.93% | - |
HSV(B) | 217.89º | 0.08% | 0.96% | - |
XYZ | 77.74 | 81.83 | 98.89 | - |
YUV | 233.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 234 | 246 | 0.08 | 0.05 | 0 | 0.04 | 217.89 | 0.51 | 0.93 |
Hex | E3 | EA | F6 | 8 | 5 | 0 | 4 | DA | 33 | 5D |
Octal | 343 | 352 | 366 | 10 | 5 | 0 | 4 | 332 | 63 | 135 |
Binary | 11100011 | 11101010 | 11110110 | 1000 | 101 | 0 | 100 | 11011010 | 110011 | 1011101 |
Color Harmonies of #E3EAF6
Complementary color
Monochromatic Colors of #E3EAF6
Black with #E3EAF6
Text Example
Text Example
White with #E3EAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EAF6; }
p { color: rgb(227,234,246); }
H1.HeaderClassName
{
color: #E3EAF6;
}
.AnyTagClassName
{
color: #E3EAF6;
}
</style>
background-color css
<style>
a { background-color: #E3EAF6; }
a { background-color: rgb(227,234,246); }
div.DivClassName
{
background-color: #E3EAF6;
}
.BgClassName
{
background-color: #E3EAF6;
}
</style>
border-color css
<style>
span { border-color: #E3EAF6; }
span { border-color: rgb(227,234,246); }
td.TdClassName
{
border-color: #E3EAF6;
}
.TagClassName
{
border-color: #E3EAF6;
}
</style>