Shades of Solitude #EEEFF2
Tints of Solitude #EEEFF2
RGB
CMYK
RGB Variations
Color information
#EEEFF2 (or 0xEEEFF2) is known color: Solitude. HEX triplet: EE, EF and F2. RGB value is (238,239,242). Sum of RGB (Red+Green+Blue) = 238+239+242=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFF2 is #11100D. Grayscale: #EFEFEF. Windows color (decimal): -1118222 or 15921134. OLE color: 15921134.
HSL color Cylindrical-coordinate representation of color #EEEFF2: hue angle of 225º 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 #EEEFF2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 239 | 242 | - |
CMYK | 0.02 | 0.01 | 0 | 0.05 |
HSL | 225º | 0.13% | 0.94% | - |
HSV(B) | 225º | 0.02% | 0.95% | - |
XYZ | 82.15 | 86.32 | 96.34 | - |
YUV | 239.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 239 | 242 | 0.02 | 0.01 | 0 | 0.05 | 225 | 0.13 | 0.94 |
Hex | EE | EF | F2 | 2 | 1 | 0 | 5 | E1 | D | 5E |
Octal | 356 | 357 | 362 | 2 | 1 | 0 | 5 | 341 | 15 | 136 |
Binary | 11101110 | 11101111 | 11110010 | 10 | 1 | 0 | 101 | 11100001 | 1101 | 1011110 |
Color Harmonies of #EEEFF2
Complementary color
Monochromatic Colors of #EEEFF2
Black with #EEEFF2
Text Example
Text Example
White with #EEEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFF2; }
p { color: rgb(238,239,242); }
H1.HeaderClassName
{
color: #EEEFF2;
}
.AnyTagClassName
{
color: #EEEFF2;
}
</style>
background-color css
<style>
a { background-color: #EEEFF2; }
a { background-color: rgb(238,239,242); }
div.DivClassName
{
background-color: #EEEFF2;
}
.BgClassName
{
background-color: #EEEFF2;
}
</style>
border-color css
<style>
span { border-color: #EEEFF2; }
span { border-color: rgb(238,239,242); }
td.TdClassName
{
border-color: #EEEFF2;
}
.TagClassName
{
border-color: #EEEFF2;
}
</style>