Shades of Solitude #EEF2FD
Tints of Solitude #EEF2FD
RGB
CMYK
RGB Variations
Color information
#EEF2FD (or 0xEEF2FD) is known color: Solitude. HEX triplet: EE, F2 and FD. RGB value is (238,242,253). Sum of RGB (Red+Green+Blue) = 238+242+253=733 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.47% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2FD is #110D02. Grayscale: #F2F2F2. Windows color (decimal): -1117443 or 16642798. OLE color: 16642798.
HSL color Cylindrical-coordinate representation of color #EEF2FD: hue angle of 224º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF2FD is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 242 | 253 | - |
CMYK | 0.06 | 0.04 | 0 | 0.01 |
HSL | 224º | 0.79% | 0.96% | - |
HSV(B) | 224º | 0.06% | 0.99% | - |
XYZ | 84.74 | 88.77 | 105.6 | - |
YUV | 242.06 | 134.17 | 125.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 242 | 253 | 0.06 | 0.04 | 0 | 0.01 | 224 | 0.79 | 0.96 |
Hex | EE | F2 | FD | 6 | 4 | 0 | 1 | E0 | 4F | 60 |
Octal | 356 | 362 | 375 | 6 | 4 | 0 | 1 | 340 | 117 | 140 |
Binary | 11101110 | 11110010 | 11111101 | 110 | 100 | 0 | 1 | 11100000 | 1001111 | 1100000 |
Color Harmonies of #EEF2FD
Complementary color
Monochromatic Colors of #EEF2FD
Black with #EEF2FD
Text Example
Text Example
White with #EEF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2FD; }
p { color: rgb(238,242,253); }
H1.HeaderClassName
{
color: #EEF2FD;
}
.AnyTagClassName
{
color: #EEF2FD;
}
</style>
background-color css
<style>
a { background-color: #EEF2FD; }
a { background-color: rgb(238,242,253); }
div.DivClassName
{
background-color: #EEF2FD;
}
.BgClassName
{
background-color: #EEF2FD;
}
</style>
border-color css
<style>
span { border-color: #EEF2FD; }
span { border-color: rgb(238,242,253); }
td.TdClassName
{
border-color: #EEF2FD;
}
.TagClassName
{
border-color: #EEF2FD;
}
</style>