Shades of Solitude #E9F0FD
Tints of Solitude #E9F0FD
RGB
CMYK
RGB Variations
Color information
#E9F0FD (or 0xE9F0FD) is known color: Solitude. HEX triplet: E9, F0 and FD. RGB value is (233,240,253). Sum of RGB (Red+Green+Blue) = 233+240+253=726 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.09% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0FD is #160F02. Grayscale: #EFEFEF. Windows color (decimal): -1445635 or 16642281. OLE color: 16642281.
HSL color Cylindrical-coordinate representation of color #E9F0FD: hue angle of 219º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9F0FD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 240 | 253 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.01 |
| HSL | 219º | 0.83% | 0.95% | - |
| HSV(B) | 219º | 0.08% | 0.99% | - |
| XYZ | 82.49 | 86.74 | 105.32 | - |
| YUV | 239.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 253 | 0.08 | 0.05 | 0 | 0.01 | 219 | 0.83 | 0.95 |
| Hex | E9 | F0 | FD | 8 | 5 | 0 | 1 | DB | 53 | 5F |
| Octal | 351 | 360 | 375 | 10 | 5 | 0 | 1 | 333 | 123 | 137 |
| Binary | 11101001 | 11110000 | 11111101 | 1000 | 101 | 0 | 1 | 11011011 | 1010011 | 1011111 |
Color Harmonies of #E9F0FD
Complementary color
Monochromatic Colors of #E9F0FD
Black with #E9F0FD
Text Example
Text Example
White with #E9F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0FD; }
p { color: rgb(233,240,253); }
H1.HeaderClassName
{
color: #E9F0FD;
}
.AnyTagClassName
{
color: #E9F0FD;
}
</style>
background-color css
<style>
a { background-color: #E9F0FD; }
a { background-color: rgb(233,240,253); }
div.DivClassName
{
background-color: #E9F0FD;
}
.BgClassName
{
background-color: #E9F0FD;
}
</style>
border-color css
<style>
span { border-color: #E9F0FD; }
span { border-color: rgb(233,240,253); }
td.TdClassName
{
border-color: #E9F0FD;
}
.TagClassName
{
border-color: #E9F0FD;
}
</style>