Shades of Solitude #EEF3FF
Tints of Solitude #EEF3FF
RGB
CMYK
RGB Variations
Color information
#EEF3FF (or 0xEEF3FF) is known color: Solitude. HEX triplet: EE, F3 and FF. RGB value is (238,243,255). Sum of RGB (Red+Green+Blue) = 238+243+255=736 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.34% from 736); Green value is 243 (95.31% from 255 or 33.02% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF3FF is #110C00. Grayscale: #F2F2F2. Windows color (decimal): -1117185 or 16774126. OLE color: 16774126.
HSL color Cylindrical-coordinate representation of color #EEF3FF: hue angle of 222.35º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEF3FF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 243 | 255 | - |
| CMYK | 0.07 | 0.05 | 0 | 0 |
| HSL | 222.35º | 1% | 0.97% | - |
| HSV(B) | 222.35º | 0.07% | 1% | - |
| XYZ | 85.36 | 89.5 | 107.38 | - |
| YUV | 242.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 255 | 0.07 | 0.05 | 0 | 0 | 222.35 | 1 | 0.97 |
| Hex | EE | F3 | FF | 7 | 5 | 0 | 0 | DE | 64 | 61 |
| Octal | 356 | 363 | 377 | 7 | 5 | 0 | 0 | 336 | 144 | 141 |
| Binary | 11101110 | 11110011 | 11111111 | 111 | 101 | 0 | 0 | 11011110 | 1100100 | 1100001 |
Color Harmonies of #EEF3FF
Complementary color
Monochromatic Colors of #EEF3FF
Black with #EEF3FF
Text Example
Text Example
White with #EEF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3FF; }
p { color: rgb(238,243,255); }
H1.HeaderClassName
{
color: #EEF3FF;
}
.AnyTagClassName
{
color: #EEF3FF;
}
</style>
background-color css
<style>
a { background-color: #EEF3FF; }
a { background-color: rgb(238,243,255); }
div.DivClassName
{
background-color: #EEF3FF;
}
.BgClassName
{
background-color: #EEF3FF;
}
</style>
border-color css
<style>
span { border-color: #EEF3FF; }
span { border-color: rgb(238,243,255); }
td.TdClassName
{
border-color: #EEF3FF;
}
.TagClassName
{
border-color: #EEF3FF;
}
</style>