Shades of Solitude #E2EEFC
Tints of Solitude #E2EEFC
RGB
CMYK
RGB Variations
Color information
#E2EEFC (or 0xE2EEFC) is known color: Solitude. HEX triplet: E2, EE and FC. RGB value is (226,238,252). Sum of RGB (Red+Green+Blue) = 226+238+252=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EEFC is #1D1103. Grayscale: #EBEBEB. Windows color (decimal): -1904900 or 16576226. OLE color: 16576226.
HSL color Cylindrical-coordinate representation of color #E2EEFC: hue angle of 212.31º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EEFC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 238 | 252 | - |
CMYK | 0.10 | 0.06 | 0 | 0.01 |
HSL | 212.31º | 0.81% | 0.94% | - |
HSV(B) | 212.31º | 0.1% | 0.99% | - |
XYZ | 79.51 | 84.35 | 104.19 | - |
YUV | 236.01 | 137.02 | 120.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 238 | 252 | 0.10 | 0.06 | 0 | 0.01 | 212.31 | 0.81 | 0.94 |
Hex | E2 | EE | FC | A | 6 | 0 | 1 | D4 | 51 | 5E |
Octal | 342 | 356 | 374 | 12 | 6 | 0 | 1 | 324 | 121 | 136 |
Binary | 11100010 | 11101110 | 11111100 | 1010 | 110 | 0 | 1 | 11010100 | 1010001 | 1011110 |
Color Harmonies of #E2EEFC
Complementary color
Monochromatic Colors of #E2EEFC
Black with #E2EEFC
Text Example
Text Example
White with #E2EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EEFC; }
p { color: rgb(226,238,252); }
H1.HeaderClassName
{
color: #E2EEFC;
}
.AnyTagClassName
{
color: #E2EEFC;
}
</style>
background-color css
<style>
a { background-color: #E2EEFC; }
a { background-color: rgb(226,238,252); }
div.DivClassName
{
background-color: #E2EEFC;
}
.BgClassName
{
background-color: #E2EEFC;
}
</style>
border-color css
<style>
span { border-color: #E2EEFC; }
span { border-color: rgb(226,238,252); }
td.TdClassName
{
border-color: #E2EEFC;
}
.TagClassName
{
border-color: #E2EEFC;
}
</style>