Shades of Solitude #E9F0FF
Tints of Solitude #E9F0FF
RGB
CMYK
RGB Variations
Color information
#E9F0FF (or 0xE9F0FF) is known color: Solitude. HEX triplet: E9, F0 and FF. RGB value is (233,240,255). Sum of RGB (Red+Green+Blue) = 233+240+255=728 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.01% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0FF is #160F00. Grayscale: #EFEFEF. Windows color (decimal): -1445633 or 16773353. OLE color: 16773353.
HSL color Cylindrical-coordinate representation of color #E9F0FF: hue angle of 220.91º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9F0FF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 233 | 240 | 255 | - |
CMYK | 0.09 | 0.06 | 0 | 0 |
HSL | 220.91º | 1% | 0.96% | - |
HSV(B) | 220.91º | 0.09% | 1% | - |
XYZ | 82.81 | 86.86 | 107.01 | - |
YUV | 239.62 | 136.68 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 240 | 255 | 0.09 | 0.06 | 0 | 0 | 220.91 | 1 | 0.96 |
Hex | E9 | F0 | FF | 9 | 6 | 0 | 0 | DD | 64 | 60 |
Octal | 351 | 360 | 377 | 11 | 6 | 0 | 0 | 335 | 144 | 140 |
Binary | 11101001 | 11110000 | 11111111 | 1001 | 110 | 0 | 0 | 11011101 | 1100100 | 1100000 |
Color Harmonies of #E9F0FF
Complementary color
Monochromatic Colors of #E9F0FF
Black with #E9F0FF
Text Example
Text Example
White with #E9F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0FF; }
p { color: rgb(233,240,255); }
H1.HeaderClassName
{
color: #E9F0FF;
}
.AnyTagClassName
{
color: #E9F0FF;
}
</style>
background-color css
<style>
a { background-color: #E9F0FF; }
a { background-color: rgb(233,240,255); }
div.DivClassName
{
background-color: #E9F0FF;
}
.BgClassName
{
background-color: #E9F0FF;
}
</style>
border-color css
<style>
span { border-color: #E9F0FF; }
span { border-color: rgb(233,240,255); }
td.TdClassName
{
border-color: #E9F0FF;
}
.TagClassName
{
border-color: #E9F0FF;
}
</style>