Shades of Solitude #E2EDF9
Tints of Solitude #E2EDF9
RGB
CMYK
RGB Variations
Color information
#E2EDF9 (or 0xE2EDF9) is known color: Solitude. HEX triplet: E2, ED and F9. RGB value is (226,237,249). Sum of RGB (Red+Green+Blue) = 226+237+249=712 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.74% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 249 (97.66% from 255 or 34.97% from 712); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDF9 is #1D1206. Grayscale: #EBEBEB. Windows color (decimal): -1905159 or 16379362. OLE color: 16379362.
HSL color Cylindrical-coordinate representation of color #E2EDF9: hue angle of 211.3º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2EDF9 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 237 | 249 | - |
CMYK | 0.09 | 0.05 | 0 | 0.02 |
HSL | 211.3º | 0.66% | 0.93% | - |
HSV(B) | 211.3º | 0.09% | 0.98% | - |
XYZ | 78.75 | 83.58 | 101.6 | - |
YUV | 235.08 | 135.86 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 249 | 0.09 | 0.05 | 0 | 0.02 | 211.3 | 0.66 | 0.93 |
Hex | E2 | ED | F9 | 9 | 5 | 0 | 2 | D3 | 42 | 5D |
Octal | 342 | 355 | 371 | 11 | 5 | 0 | 2 | 323 | 102 | 135 |
Binary | 11100010 | 11101101 | 11111001 | 1001 | 101 | 0 | 10 | 11010011 | 1000010 | 1011101 |
Color Harmonies of #E2EDF9
Complementary color
Monochromatic Colors of #E2EDF9
Black with #E2EDF9
Text Example
Text Example
White with #E2EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDF9; }
p { color: rgb(226,237,249); }
H1.HeaderClassName
{
color: #E2EDF9;
}
.AnyTagClassName
{
color: #E2EDF9;
}
</style>
background-color css
<style>
a { background-color: #E2EDF9; }
a { background-color: rgb(226,237,249); }
div.DivClassName
{
background-color: #E2EDF9;
}
.BgClassName
{
background-color: #E2EDF9;
}
</style>
border-color css
<style>
span { border-color: #E2EDF9; }
span { border-color: rgb(226,237,249); }
td.TdClassName
{
border-color: #E2EDF9;
}
.TagClassName
{
border-color: #E2EDF9;
}
</style>