Shades of Solitude #E6EAF2
Tints of Solitude #E6EAF2
RGB
CMYK
RGB Variations
Color information
#E6EAF2 (or 0xE6EAF2) is known color: Solitude. HEX triplet: E6, EA and F2. RGB value is (230,234,242). Sum of RGB (Red+Green+Blue) = 230+234+242=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6EAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAF2 is #19150D. Grayscale: #E9E9E9. Windows color (decimal): -1643790 or 15919846. OLE color: 15919846.
HSL color Cylindrical-coordinate representation of color #E6EAF2: hue angle of 220º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6EAF2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 230 | 234 | 242 | - |
CMYK | 0.05 | 0.03 | 0 | 0.05 |
HSL | 220º | 0.32% | 0.93% | - |
HSV(B) | 220º | 0.05% | 0.95% | - |
XYZ | 78.08 | 82.08 | 95.73 | - |
YUV | 233.72 | 132.67 | 125.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 234 | 242 | 0.05 | 0.03 | 0 | 0.05 | 220 | 0.32 | 0.93 |
Hex | E6 | EA | F2 | 5 | 3 | 0 | 5 | DC | 20 | 5D |
Octal | 346 | 352 | 362 | 5 | 3 | 0 | 5 | 334 | 40 | 135 |
Binary | 11100110 | 11101010 | 11110010 | 101 | 11 | 0 | 101 | 11011100 | 100000 | 1011101 |
Color Harmonies of #E6EAF2
Complementary color
Monochromatic Colors of #E6EAF2
Black with #E6EAF2
Text Example
Text Example
White with #E6EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EAF2; }
p { color: rgb(230,234,242); }
H1.HeaderClassName
{
color: #E6EAF2;
}
.AnyTagClassName
{
color: #E6EAF2;
}
</style>
background-color css
<style>
a { background-color: #E6EAF2; }
a { background-color: rgb(230,234,242); }
div.DivClassName
{
background-color: #E6EAF2;
}
.BgClassName
{
background-color: #E6EAF2;
}
</style>
border-color css
<style>
span { border-color: #E6EAF2; }
span { border-color: rgb(230,234,242); }
td.TdClassName
{
border-color: #E6EAF2;
}
.TagClassName
{
border-color: #E6EAF2;
}
</style>