Shades of Solitude #EEF1FD
Tints of Solitude #EEF1FD
RGB
CMYK
RGB Variations
Color information
#EEF1FD (or 0xEEF1FD) is known color: Solitude. HEX triplet: EE, F1 and FD. RGB value is (238,241,253). Sum of RGB (Red+Green+Blue) = 238+241+253=732 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.51% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1FD is #110E02. Grayscale: #F1F1F1. Windows color (decimal): -1117699 or 16642542. OLE color: 16642542.
HSL color Cylindrical-coordinate representation of color #EEF1FD: hue angle of 228º 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 #EEF1FD is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 241 | 253 | - |
CMYK | 0.06 | 0.05 | 0 | 0.01 |
HSL | 228º | 0.79% | 0.96% | - |
HSV(B) | 228º | 0.06% | 0.99% | - |
XYZ | 84.44 | 88.18 | 105.5 | - |
YUV | 241.47 | 134.51 | 125.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 241 | 253 | 0.06 | 0.05 | 0 | 0.01 | 228 | 0.79 | 0.96 |
Hex | EE | F1 | FD | 6 | 5 | 0 | 1 | E4 | 4F | 60 |
Octal | 356 | 361 | 375 | 6 | 5 | 0 | 1 | 344 | 117 | 140 |
Binary | 11101110 | 11110001 | 11111101 | 110 | 101 | 0 | 1 | 11100100 | 1001111 | 1100000 |
Color Harmonies of #EEF1FD
Complementary color
Monochromatic Colors of #EEF1FD
Black with #EEF1FD
Text Example
Text Example
White with #EEF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1FD; }
p { color: rgb(238,241,253); }
H1.HeaderClassName
{
color: #EEF1FD;
}
.AnyTagClassName
{
color: #EEF1FD;
}
</style>
background-color css
<style>
a { background-color: #EEF1FD; }
a { background-color: rgb(238,241,253); }
div.DivClassName
{
background-color: #EEF1FD;
}
.BgClassName
{
background-color: #EEF1FD;
}
</style>
border-color css
<style>
span { border-color: #EEF1FD; }
span { border-color: rgb(238,241,253); }
td.TdClassName
{
border-color: #EEF1FD;
}
.TagClassName
{
border-color: #EEF1FD;
}
</style>