Shades of Solitude #EEEFF0
Tints of Solitude #EEEFF0
RGB
CMYK
RGB Variations
Color information
#EEEFF0 (or 0xEEEFF0) is known color: Solitude. HEX triplet: EE, EF and F0. RGB value is (238,239,240). Sum of RGB (Red+Green+Blue) = 238+239+240=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFF0 is #11100F. Grayscale: #EEEEEE. Windows color (decimal): -1118224 or 15790062. OLE color: 15790062.
HSL color Cylindrical-coordinate representation of color #EEEFF0: hue angle of 210º degrees, saturation: 0.06, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEFF0 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 239 | 240 | - |
CMYK | 0.01 | 0.00 | 0 | 0.06 |
HSL | 210º | 0.06% | 0.94% | - |
HSV(B) | 210º | 0.01% | 0.94% | - |
XYZ | 81.85 | 86.2 | 94.76 | - |
YUV | 238.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 239 | 240 | 0.01 | 0.00 | 0 | 0.06 | 210 | 0.06 | 0.94 |
Hex | EE | EF | F0 | 1 | 0 | 0 | 6 | D2 | 6 | 5E |
Octal | 356 | 357 | 360 | 1 | 0 | 0 | 6 | 322 | 6 | 136 |
Binary | 11101110 | 11101111 | 11110000 | 1 | 0 | 0 | 110 | 11010010 | 110 | 1011110 |
Color Harmonies of #EEEFF0
Complementary color
Monochromatic Colors of #EEEFF0
Black with #EEEFF0
Text Example
Text Example
White with #EEEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFF0; }
p { color: rgb(238,239,240); }
H1.HeaderClassName
{
color: #EEEFF0;
}
.AnyTagClassName
{
color: #EEEFF0;
}
</style>
background-color css
<style>
a { background-color: #EEEFF0; }
a { background-color: rgb(238,239,240); }
div.DivClassName
{
background-color: #EEEFF0;
}
.BgClassName
{
background-color: #EEEFF0;
}
</style>
border-color css
<style>
span { border-color: #EEEFF0; }
span { border-color: rgb(238,239,240); }
td.TdClassName
{
border-color: #EEEFF0;
}
.TagClassName
{
border-color: #EEEFF0;
}
</style>