Shades of Solitude #EEF0F2
Tints of Solitude #EEF0F2
RGB
CMYK
RGB Variations
Color information
#EEF0F2 (or 0xEEF0F2) is known color: Solitude. HEX triplet: EE, F0 and F2. RGB value is (238,240,242). Sum of RGB (Red+Green+Blue) = 238+240+242=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0F2 is #110F0D. Grayscale: #EFEFEF. Windows color (decimal): -1117966 or 15921390. OLE color: 15921390.
HSL color Cylindrical-coordinate representation of color #EEF0F2: hue angle of 210º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF0F2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 240 | 242 | - |
CMYK | 0.02 | 0.01 | 0 | 0.05 |
HSL | 210º | 0.13% | 0.94% | - |
HSV(B) | 210º | 0.02% | 0.95% | - |
XYZ | 82.45 | 86.91 | 96.43 | - |
YUV | 239.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 240 | 242 | 0.02 | 0.01 | 0 | 0.05 | 210 | 0.13 | 0.94 |
Hex | EE | F0 | F2 | 2 | 1 | 0 | 5 | D2 | D | 5E |
Octal | 356 | 360 | 362 | 2 | 1 | 0 | 5 | 322 | 15 | 136 |
Binary | 11101110 | 11110000 | 11110010 | 10 | 1 | 0 | 101 | 11010010 | 1101 | 1011110 |
Color Harmonies of #EEF0F2
Complementary color
Monochromatic Colors of #EEF0F2
Black with #EEF0F2
Text Example
Text Example
White with #EEF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0F2; }
p { color: rgb(238,240,242); }
H1.HeaderClassName
{
color: #EEF0F2;
}
.AnyTagClassName
{
color: #EEF0F2;
}
</style>
background-color css
<style>
a { background-color: #EEF0F2; }
a { background-color: rgb(238,240,242); }
div.DivClassName
{
background-color: #EEF0F2;
}
.BgClassName
{
background-color: #EEF0F2;
}
</style>
border-color css
<style>
span { border-color: #EEF0F2; }
span { border-color: rgb(238,240,242); }
td.TdClassName
{
border-color: #EEF0F2;
}
.TagClassName
{
border-color: #EEF0F2;
}
</style>