Shades of Solitude #E6EAF1
Tints of Solitude #E6EAF1
RGB
CMYK
RGB Variations
Color information
#E6EAF1 (or 0xE6EAF1) is known color: Solitude. HEX triplet: E6, EA and F1. RGB value is (230,234,241). Sum of RGB (Red+Green+Blue) = 230+234+241=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6EAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAF1 is #19150E. Grayscale: #E9E9E9. Windows color (decimal): -1643791 or 15854310. OLE color: 15854310.
HSL color Cylindrical-coordinate representation of color #E6EAF1: hue angle of 218.18º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6EAF1 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 234 | 241 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.05 |
| HSL | 218.18º | 0.28% | 0.92% | - |
| HSV(B) | 218.18º | 0.05% | 0.95% | - |
| XYZ | 77.93 | 82.02 | 94.94 | - |
| YUV | 233.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 241 | 0.05 | 0.03 | 0 | 0.05 | 218.18 | 0.28 | 0.92 |
| Hex | E6 | EA | F1 | 5 | 3 | 0 | 5 | DA | 1C | 5C |
| Octal | 346 | 352 | 361 | 5 | 3 | 0 | 5 | 332 | 34 | 134 |
| Binary | 11100110 | 11101010 | 11110001 | 101 | 11 | 0 | 101 | 11011010 | 11100 | 1011100 |
Color Harmonies of #E6EAF1
Complementary color
Monochromatic Colors of #E6EAF1
Black with #E6EAF1
Text Example
Text Example
White with #E6EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EAF1; }
p { color: rgb(230,234,241); }
H1.HeaderClassName
{
color: #E6EAF1;
}
.AnyTagClassName
{
color: #E6EAF1;
}
</style>
background-color css
<style>
a { background-color: #E6EAF1; }
a { background-color: rgb(230,234,241); }
div.DivClassName
{
background-color: #E6EAF1;
}
.BgClassName
{
background-color: #E6EAF1;
}
</style>
border-color css
<style>
span { border-color: #E6EAF1; }
span { border-color: rgb(230,234,241); }
td.TdClassName
{
border-color: #E6EAF1;
}
.TagClassName
{
border-color: #E6EAF1;
}
</style>