Shades of Solitude #E6EAF5
Tints of Solitude #E6EAF5
RGB
CMYK
RGB Variations
Color information
#E6EAF5 (or 0xE6EAF5) is known color: Solitude. HEX triplet: E6, EA and F5. RGB value is (230,234,245). Sum of RGB (Red+Green+Blue) = 230+234+245=709 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.44% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 245 (96.09% from 255 or 34.56% from 709); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6EAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAF5 is #19150A. Grayscale: #EAEAEA. Windows color (decimal): -1643787 or 16116454. OLE color: 16116454.
HSL color Cylindrical-coordinate representation of color #E6EAF5: hue angle of 224º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6EAF5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 230 | 234 | 245 | - |
CMYK | 0.06 | 0.04 | 0 | 0.04 |
HSL | 224º | 0.43% | 0.93% | - |
HSV(B) | 224º | 0.06% | 0.96% | - |
XYZ | 78.54 | 82.26 | 98.12 | - |
YUV | 234.06 | 134.17 | 125.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 234 | 245 | 0.06 | 0.04 | 0 | 0.04 | 224 | 0.43 | 0.93 |
Hex | E6 | EA | F5 | 6 | 4 | 0 | 4 | E0 | 2B | 5D |
Octal | 346 | 352 | 365 | 6 | 4 | 0 | 4 | 340 | 53 | 135 |
Binary | 11100110 | 11101010 | 11110101 | 110 | 100 | 0 | 100 | 11100000 | 101011 | 1011101 |
Color Harmonies of #E6EAF5
Complementary color
Monochromatic Colors of #E6EAF5
Black with #E6EAF5
Text Example
Text Example
White with #E6EAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EAF5; }
p { color: rgb(230,234,245); }
H1.HeaderClassName
{
color: #E6EAF5;
}
.AnyTagClassName
{
color: #E6EAF5;
}
</style>
background-color css
<style>
a { background-color: #E6EAF5; }
a { background-color: rgb(230,234,245); }
div.DivClassName
{
background-color: #E6EAF5;
}
.BgClassName
{
background-color: #E6EAF5;
}
</style>
border-color css
<style>
span { border-color: #E6EAF5; }
span { border-color: rgb(230,234,245); }
td.TdClassName
{
border-color: #E6EAF5;
}
.TagClassName
{
border-color: #E6EAF5;
}
</style>