Shades of Solitude #E1EDFB
Tints of Solitude #E1EDFB
RGB
CMYK
RGB Variations
Color information
#E1EDFB (or 0xE1EDFB) is known color: Solitude. HEX triplet: E1, ED and FB. RGB value is (225,237,251). Sum of RGB (Red+Green+Blue) = 225+237+251=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDFB is #1E1204. Grayscale: #EAEAEA. Windows color (decimal): -1970693 or 16510433. OLE color: 16510433.
HSL color Cylindrical-coordinate representation of color #E1EDFB: hue angle of 212.31º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1EDFB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 237 | 251 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.02 |
| HSL | 212.31º | 0.76% | 0.93% | - |
| HSV(B) | 212.31º | 0.1% | 0.98% | - |
| XYZ | 78.75 | 83.54 | 103.24 | - |
| YUV | 235.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 251 | 0.10 | 0.06 | 0 | 0.02 | 212.31 | 0.76 | 0.93 |
| Hex | E1 | ED | FB | A | 6 | 0 | 2 | D4 | 4C | 5D |
| Octal | 341 | 355 | 373 | 12 | 6 | 0 | 2 | 324 | 114 | 135 |
| Binary | 11100001 | 11101101 | 11111011 | 1010 | 110 | 0 | 10 | 11010100 | 1001100 | 1011101 |
Color Harmonies of #E1EDFB
Complementary color
Monochromatic Colors of #E1EDFB
Black with #E1EDFB
Text Example
Text Example
White with #E1EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDFB; }
p { color: rgb(225,237,251); }
H1.HeaderClassName
{
color: #E1EDFB;
}
.AnyTagClassName
{
color: #E1EDFB;
}
</style>
background-color css
<style>
a { background-color: #E1EDFB; }
a { background-color: rgb(225,237,251); }
div.DivClassName
{
background-color: #E1EDFB;
}
.BgClassName
{
background-color: #E1EDFB;
}
</style>
border-color css
<style>
span { border-color: #E1EDFB; }
span { border-color: rgb(225,237,251); }
td.TdClassName
{
border-color: #E1EDFB;
}
.TagClassName
{
border-color: #E1EDFB;
}
</style>