Shades of Solitude #EAEEF2
Tints of Solitude #EAEEF2
RGB
CMYK
RGB Variations
Color information
#EAEEF2 (or 0xEAEEF2) is known color: Solitude. HEX triplet: EA, EE and F2. RGB value is (234,238,242). Sum of RGB (Red+Green+Blue) = 234+238+242=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEF2 is #15110D. Grayscale: #EDEDED. Windows color (decimal): -1380622 or 15920874. OLE color: 15920874.
HSL color Cylindrical-coordinate representation of color #EAEEF2: hue angle of 210º degrees, saturation: 0.24, 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 #EAEEF2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 238 | 242 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.05 |
| HSL | 210º | 0.24% | 0.93% | - |
| HSV(B) | 210º | 0.03% | 0.95% | - |
| XYZ | 80.53 | 85.05 | 96.18 | - |
| YUV | 237.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 242 | 0.03 | 0.02 | 0 | 0.05 | 210 | 0.24 | 0.93 |
| Hex | EA | EE | F2 | 3 | 2 | 0 | 5 | D2 | 18 | 5D |
| Octal | 352 | 356 | 362 | 3 | 2 | 0 | 5 | 322 | 30 | 135 |
| Binary | 11101010 | 11101110 | 11110010 | 11 | 10 | 0 | 101 | 11010010 | 11000 | 1011101 |
Color Harmonies of #EAEEF2
Complementary color
Monochromatic Colors of #EAEEF2
Black with #EAEEF2
Text Example
Text Example
White with #EAEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEF2; }
p { color: rgb(234,238,242); }
H1.HeaderClassName
{
color: #EAEEF2;
}
.AnyTagClassName
{
color: #EAEEF2;
}
</style>
background-color css
<style>
a { background-color: #EAEEF2; }
a { background-color: rgb(234,238,242); }
div.DivClassName
{
background-color: #EAEEF2;
}
.BgClassName
{
background-color: #EAEEF2;
}
</style>
border-color css
<style>
span { border-color: #EAEEF2; }
span { border-color: rgb(234,238,242); }
td.TdClassName
{
border-color: #EAEEF2;
}
.TagClassName
{
border-color: #EAEEF2;
}
</style>