Shades of Solitude #EEF2FE
Tints of Solitude #EEF2FE
RGB
CMYK
RGB Variations
Color information
#EEF2FE (or 0xEEF2FE) is known color: Solitude. HEX triplet: EE, F2 and FE. RGB value is (238,242,254). Sum of RGB (Red+Green+Blue) = 238+242+254=734 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.43% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2FE is #110D01. Grayscale: #F2F2F2. Windows color (decimal): -1117442 or 16708334. OLE color: 16708334.
HSL color Cylindrical-coordinate representation of color #EEF2FE: hue angle of 225º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF2FE is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 242 | 254 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.00 |
| HSL | 225º | 0.89% | 0.96% | - |
| HSV(B) | 225º | 0.06% | 1% | - |
| XYZ | 84.9 | 88.84 | 106.44 | - |
| YUV | 242.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 254 | 0.06 | 0.05 | 0 | 0.00 | 225 | 0.89 | 0.96 |
| Hex | EE | F2 | FE | 6 | 5 | 0 | 0 | E1 | 59 | 60 |
| Octal | 356 | 362 | 376 | 6 | 5 | 0 | 0 | 341 | 131 | 140 |
| Binary | 11101110 | 11110010 | 11111110 | 110 | 101 | 0 | 0 | 11100001 | 1011001 | 1100000 |
Color Harmonies of #EEF2FE
Complementary color
Monochromatic Colors of #EEF2FE
Black with #EEF2FE
Text Example
Text Example
White with #EEF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2FE; }
p { color: rgb(238,242,254); }
H1.HeaderClassName
{
color: #EEF2FE;
}
.AnyTagClassName
{
color: #EEF2FE;
}
</style>
background-color css
<style>
a { background-color: #EEF2FE; }
a { background-color: rgb(238,242,254); }
div.DivClassName
{
background-color: #EEF2FE;
}
.BgClassName
{
background-color: #EEF2FE;
}
</style>
border-color css
<style>
span { border-color: #EEF2FE; }
span { border-color: rgb(238,242,254); }
td.TdClassName
{
border-color: #EEF2FE;
}
.TagClassName
{
border-color: #EEF2FE;
}
</style>