Shades of Solitude #E5EEFC
Tints of Solitude #E5EEFC
RGB
CMYK
RGB Variations
Color information
#E5EEFC (or 0xE5EEFC) is known color: Solitude. HEX triplet: E5, EE and FC. RGB value is (229,238,252). Sum of RGB (Red+Green+Blue) = 229+238+252=719 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.85% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFC is #1A1103. Grayscale: #ECECEC. Windows color (decimal): -1708292 or 16576229. OLE color: 16576229.
HSL color Cylindrical-coordinate representation of color #E5EEFC: hue angle of 216.52º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EEFC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 238 | 252 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 216.52º | 0.79% | 0.94% | - |
HSV(B) | 216.52º | 0.09% | 0.99% | - |
XYZ | 80.46 | 84.84 | 104.23 | - |
YUV | 236.91 | 136.52 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 238 | 252 | 0.09 | 0.06 | 0 | 0.01 | 216.52 | 0.79 | 0.94 |
Hex | E5 | EE | FC | 9 | 6 | 0 | 1 | D9 | 4F | 5E |
Octal | 345 | 356 | 374 | 11 | 6 | 0 | 1 | 331 | 117 | 136 |
Binary | 11100101 | 11101110 | 11111100 | 1001 | 110 | 0 | 1 | 11011001 | 1001111 | 1011110 |
Color Harmonies of #E5EEFC
Complementary color
Monochromatic Colors of #E5EEFC
Black with #E5EEFC
Text Example
Text Example
White with #E5EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EEFC; }
p { color: rgb(229,238,252); }
H1.HeaderClassName
{
color: #E5EEFC;
}
.AnyTagClassName
{
color: #E5EEFC;
}
</style>
background-color css
<style>
a { background-color: #E5EEFC; }
a { background-color: rgb(229,238,252); }
div.DivClassName
{
background-color: #E5EEFC;
}
.BgClassName
{
background-color: #E5EEFC;
}
</style>
border-color css
<style>
span { border-color: #E5EEFC; }
span { border-color: rgb(229,238,252); }
td.TdClassName
{
border-color: #E5EEFC;
}
.TagClassName
{
border-color: #E5EEFC;
}
</style>