Shades of Solitude #EAEEF1
Tints of Solitude #EAEEF1
RGB
CMYK
RGB Variations
Color information
#EAEEF1 (or 0xEAEEF1) is known color: Solitude. HEX triplet: EA, EE and F1. RGB value is (234,238,241). Sum of RGB (Red+Green+Blue) = 234+238+241=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEF1 is #15110E. Grayscale: #EDEDED. Windows color (decimal): -1380623 or 15855338. OLE color: 15855338.
HSL color Cylindrical-coordinate representation of color #EAEEF1: hue angle of 205.71º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEEF1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 238 | 241 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.05 |
| HSL | 205.71º | 0.2% | 0.93% | - |
| HSV(B) | 205.71º | 0.03% | 0.95% | - |
| XYZ | 80.38 | 84.99 | 95.39 | - |
| YUV | 237.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 241 | 0.03 | 0.01 | 0 | 0.05 | 205.71 | 0.2 | 0.93 |
| Hex | EA | EE | F1 | 3 | 1 | 0 | 5 | CE | 14 | 5D |
| Octal | 352 | 356 | 361 | 3 | 1 | 0 | 5 | 316 | 24 | 135 |
| Binary | 11101010 | 11101110 | 11110001 | 11 | 1 | 0 | 101 | 11001110 | 10100 | 1011101 |
Color Harmonies of #EAEEF1
Complementary color
Monochromatic Colors of #EAEEF1
Black with #EAEEF1
Text Example
Text Example
White with #EAEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEF1; }
p { color: rgb(234,238,241); }
H1.HeaderClassName
{
color: #EAEEF1;
}
.AnyTagClassName
{
color: #EAEEF1;
}
</style>
background-color css
<style>
a { background-color: #EAEEF1; }
a { background-color: rgb(234,238,241); }
div.DivClassName
{
background-color: #EAEEF1;
}
.BgClassName
{
background-color: #EAEEF1;
}
</style>
border-color css
<style>
span { border-color: #EAEEF1; }
span { border-color: rgb(234,238,241); }
td.TdClassName
{
border-color: #EAEEF1;
}
.TagClassName
{
border-color: #EAEEF1;
}
</style>