Shades of Solitude #E3EAFD
Tints of Solitude #E3EAFD
RGB
CMYK
RGB Variations
Color information
#E3EAFD (or 0xE3EAFD) is known color: Solitude. HEX triplet: E3, EA and FD. RGB value is (227,234,253). Sum of RGB (Red+Green+Blue) = 227+234+253=714 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.79% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAFD is #1C1502. Grayscale: #E9E9E9. Windows color (decimal): -1840387 or 16640739. OLE color: 16640739.
HSL color Cylindrical-coordinate representation of color #E3EAFD: hue angle of 223.85º degrees, saturation: 0.87, 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 #E3EAFD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 227 | 234 | 253 | - |
CMYK | 0.10 | 0.08 | 0 | 0.01 |
HSL | 223.85º | 0.87% | 0.94% | - |
HSV(B) | 223.85º | 0.1% | 0.99% | - |
XYZ | 78.83 | 82.27 | 104.65 | - |
YUV | 234.07 | 138.68 | 122.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 234 | 253 | 0.10 | 0.08 | 0 | 0.01 | 223.85 | 0.87 | 0.94 |
Hex | E3 | EA | FD | A | 8 | 0 | 1 | E0 | 57 | 5E |
Octal | 343 | 352 | 375 | 12 | 10 | 0 | 1 | 340 | 127 | 136 |
Binary | 11100011 | 11101010 | 11111101 | 1010 | 1000 | 0 | 1 | 11100000 | 1010111 | 1011110 |
Color Harmonies of #E3EAFD
Complementary color
Monochromatic Colors of #E3EAFD
Black with #E3EAFD
Text Example
Text Example
White with #E3EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EAFD; }
p { color: rgb(227,234,253); }
H1.HeaderClassName
{
color: #E3EAFD;
}
.AnyTagClassName
{
color: #E3EAFD;
}
</style>
background-color css
<style>
a { background-color: #E3EAFD; }
a { background-color: rgb(227,234,253); }
div.DivClassName
{
background-color: #E3EAFD;
}
.BgClassName
{
background-color: #E3EAFD;
}
</style>
border-color css
<style>
span { border-color: #E3EAFD; }
span { border-color: rgb(227,234,253); }
td.TdClassName
{
border-color: #E3EAFD;
}
.TagClassName
{
border-color: #E3EAFD;
}
</style>