Shades of Solitude #E5EAF3
Tints of Solitude #E5EAF3
RGB
CMYK
RGB Variations
Color information
#E5EAF3 (or 0xE5EAF3) is known color: Solitude. HEX triplet: E5, EA and F3. RGB value is (229,234,243). Sum of RGB (Red+Green+Blue) = 229+234+243=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 243 (95.31% from 255 or 34.42% from 706); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5EAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAF3 is #1A150C. Grayscale: #E9E9E9. Windows color (decimal): -1709325 or 15985381. OLE color: 15985381.
HSL color Cylindrical-coordinate representation of color #E5EAF3: hue angle of 218.57º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5EAF3 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 234 | 243 | - |
CMYK | 0.06 | 0.04 | 0 | 0.05 |
HSL | 218.57º | 0.37% | 0.93% | - |
HSV(B) | 218.57º | 0.06% | 0.95% | - |
XYZ | 77.91 | 81.97 | 96.51 | - |
YUV | 233.53 | 133.34 | 124.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 234 | 243 | 0.06 | 0.04 | 0 | 0.05 | 218.57 | 0.37 | 0.93 |
Hex | E5 | EA | F3 | 6 | 4 | 0 | 5 | DB | 25 | 5D |
Octal | 345 | 352 | 363 | 6 | 4 | 0 | 5 | 333 | 45 | 135 |
Binary | 11100101 | 11101010 | 11110011 | 110 | 100 | 0 | 101 | 11011011 | 100101 | 1011101 |
Color Harmonies of #E5EAF3
Complementary color
Monochromatic Colors of #E5EAF3
Black with #E5EAF3
Text Example
Text Example
White with #E5EAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EAF3; }
p { color: rgb(229,234,243); }
H1.HeaderClassName
{
color: #E5EAF3;
}
.AnyTagClassName
{
color: #E5EAF3;
}
</style>
background-color css
<style>
a { background-color: #E5EAF3; }
a { background-color: rgb(229,234,243); }
div.DivClassName
{
background-color: #E5EAF3;
}
.BgClassName
{
background-color: #E5EAF3;
}
</style>
border-color css
<style>
span { border-color: #E5EAF3; }
span { border-color: rgb(229,234,243); }
td.TdClassName
{
border-color: #E5EAF3;
}
.TagClassName
{
border-color: #E5EAF3;
}
</style>