Shades of Solitude #E5F0FF
Tints of Solitude #E5F0FF
RGB
CMYK
RGB Variations
Color information
#E5F0FF (or 0xE5F0FF) is known color: Solitude. HEX triplet: E5, F0 and FF. RGB value is (229,240,255). Sum of RGB (Red+Green+Blue) = 229+240+255=724 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.63% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F0FF is #1A0F00. Grayscale: #EEEEEE. Windows color (decimal): -1707777 or 16773349. OLE color: 16773349.
HSL color Cylindrical-coordinate representation of color #E5F0FF: hue angle of 214.62º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5F0FF is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 229 | 240 | 255 | - |
CMYK | 0.10 | 0.06 | 0 | 0 |
HSL | 214.62º | 1% | 0.95% | - |
HSV(B) | 214.62º | 0.1% | 1% | - |
XYZ | 81.52 | 86.2 | 106.95 | - |
YUV | 238.42 | 137.36 | 121.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 240 | 255 | 0.10 | 0.06 | 0 | 0 | 214.62 | 1 | 0.95 |
Hex | E5 | F0 | FF | A | 6 | 0 | 0 | D7 | 64 | 5F |
Octal | 345 | 360 | 377 | 12 | 6 | 0 | 0 | 327 | 144 | 137 |
Binary | 11100101 | 11110000 | 11111111 | 1010 | 110 | 0 | 0 | 11010111 | 1100100 | 1011111 |
Color Harmonies of #E5F0FF
Complementary color
Monochromatic Colors of #E5F0FF
Black with #E5F0FF
Text Example
Text Example
White with #E5F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F0FF; }
p { color: rgb(229,240,255); }
H1.HeaderClassName
{
color: #E5F0FF;
}
.AnyTagClassName
{
color: #E5F0FF;
}
</style>
background-color css
<style>
a { background-color: #E5F0FF; }
a { background-color: rgb(229,240,255); }
div.DivClassName
{
background-color: #E5F0FF;
}
.BgClassName
{
background-color: #E5F0FF;
}
</style>
border-color css
<style>
span { border-color: #E5F0FF; }
span { border-color: rgb(229,240,255); }
td.TdClassName
{
border-color: #E5F0FF;
}
.TagClassName
{
border-color: #E5F0FF;
}
</style>