Shades of Solitude #E1EAF3
Tints of Solitude #E1EAF3
RGB
CMYK
RGB Variations
Color information
#E1EAF3 (or 0xE1EAF3) is known color: Solitude. HEX triplet: E1, EA and F3. RGB value is (225,234,243). Sum of RGB (Red+Green+Blue) = 225+234+243=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1EAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAF3 is #1E150C. Grayscale: #E8E8E8. Windows color (decimal): -1971469 or 15985377. OLE color: 15985377.
HSL color Cylindrical-coordinate representation of color #E1EAF3: hue angle of 210º degrees, saturation: 0.43, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1EAF3 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 234 | 243 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.05 |
| HSL | 210º | 0.43% | 0.92% | - |
| HSV(B) | 210º | 0.07% | 0.95% | - |
| XYZ | 76.65 | 81.32 | 96.45 | - |
| YUV | 232.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 243 | 0.07 | 0.04 | 0 | 0.05 | 210 | 0.43 | 0.92 |
| Hex | E1 | EA | F3 | 7 | 4 | 0 | 5 | D2 | 2B | 5C |
| Octal | 341 | 352 | 363 | 7 | 4 | 0 | 5 | 322 | 53 | 134 |
| Binary | 11100001 | 11101010 | 11110011 | 111 | 100 | 0 | 101 | 11010010 | 101011 | 1011100 |
Color Harmonies of #E1EAF3
Complementary color
Monochromatic Colors of #E1EAF3
Black with #E1EAF3
Text Example
Text Example
White with #E1EAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAF3; }
p { color: rgb(225,234,243); }
H1.HeaderClassName
{
color: #E1EAF3;
}
.AnyTagClassName
{
color: #E1EAF3;
}
</style>
background-color css
<style>
a { background-color: #E1EAF3; }
a { background-color: rgb(225,234,243); }
div.DivClassName
{
background-color: #E1EAF3;
}
.BgClassName
{
background-color: #E1EAF3;
}
</style>
border-color css
<style>
span { border-color: #E1EAF3; }
span { border-color: rgb(225,234,243); }
td.TdClassName
{
border-color: #E1EAF3;
}
.TagClassName
{
border-color: #E1EAF3;
}
</style>