Shades of Solitude #EEF2FA
Tints of Solitude #EEF2FA
RGB
CMYK
RGB Variations
Color information
#EEF2FA (or 0xEEF2FA) is known color: Solitude. HEX triplet: EE, F2 and FA. RGB value is (238,242,250). Sum of RGB (Red+Green+Blue) = 238+242+250=730 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.60% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2FA is #110D05. Grayscale: #F1F1F1. Windows color (decimal): -1117446 or 16446190. OLE color: 16446190.
HSL color Cylindrical-coordinate representation of color #EEF2FA: hue angle of 220º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF2FA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 242 | 250 | - |
CMYK | 0.05 | 0.03 | 0 | 0.02 |
HSL | 220º | 0.55% | 0.96% | - |
HSV(B) | 220º | 0.05% | 0.98% | - |
XYZ | 84.27 | 88.58 | 103.1 | - |
YUV | 241.72 | 132.67 | 125.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 242 | 250 | 0.05 | 0.03 | 0 | 0.02 | 220 | 0.55 | 0.96 |
Hex | EE | F2 | FA | 5 | 3 | 0 | 2 | DC | 37 | 60 |
Octal | 356 | 362 | 372 | 5 | 3 | 0 | 2 | 334 | 67 | 140 |
Binary | 11101110 | 11110010 | 11111010 | 101 | 11 | 0 | 10 | 11011100 | 110111 | 1100000 |
Color Harmonies of #EEF2FA
Complementary color
Monochromatic Colors of #EEF2FA
Black with #EEF2FA
Text Example
Text Example
White with #EEF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2FA; }
p { color: rgb(238,242,250); }
H1.HeaderClassName
{
color: #EEF2FA;
}
.AnyTagClassName
{
color: #EEF2FA;
}
</style>
background-color css
<style>
a { background-color: #EEF2FA; }
a { background-color: rgb(238,242,250); }
div.DivClassName
{
background-color: #EEF2FA;
}
.BgClassName
{
background-color: #EEF2FA;
}
</style>
border-color css
<style>
span { border-color: #EEF2FA; }
span { border-color: rgb(238,242,250); }
td.TdClassName
{
border-color: #EEF2FA;
}
.TagClassName
{
border-color: #EEF2FA;
}
</style>