Shades of Solitude #EEEFF1
Tints of Solitude #EEEFF1
RGB
CMYK
RGB Variations
Color information
#EEEFF1 (or 0xEEEFF1) is known color: Solitude. HEX triplet: EE, EF and F1. RGB value is (238,239,241). Sum of RGB (Red+Green+Blue) = 238+239+241=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEEFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFF1 is #11100E. Grayscale: #EEEEEE. Windows color (decimal): -1118223 or 15855598. OLE color: 15855598.
HSL color Cylindrical-coordinate representation of color #EEEFF1: hue angle of 220º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEFF1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 239 | 241 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.05 |
| HSL | 220º | 0.1% | 0.94% | - |
| HSV(B) | 220º | 0.01% | 0.95% | - |
| XYZ | 82 | 86.26 | 95.55 | - |
| YUV | 238.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 241 | 0.01 | 0.01 | 0 | 0.05 | 220 | 0.1 | 0.94 |
| Hex | EE | EF | F1 | 1 | 1 | 0 | 5 | DC | A | 5E |
| Octal | 356 | 357 | 361 | 1 | 1 | 0 | 5 | 334 | 12 | 136 |
| Binary | 11101110 | 11101111 | 11110001 | 1 | 1 | 0 | 101 | 11011100 | 1010 | 1011110 |
Color Harmonies of #EEEFF1
Complementary color
Monochromatic Colors of #EEEFF1
Black with #EEEFF1
Text Example
Text Example
White with #EEEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFF1; }
p { color: rgb(238,239,241); }
H1.HeaderClassName
{
color: #EEEFF1;
}
.AnyTagClassName
{
color: #EEEFF1;
}
</style>
background-color css
<style>
a { background-color: #EEEFF1; }
a { background-color: rgb(238,239,241); }
div.DivClassName
{
background-color: #EEEFF1;
}
.BgClassName
{
background-color: #EEEFF1;
}
</style>
border-color css
<style>
span { border-color: #EEEFF1; }
span { border-color: rgb(238,239,241); }
td.TdClassName
{
border-color: #EEEFF1;
}
.TagClassName
{
border-color: #EEEFF1;
}
</style>