Shades of Solitude #E3E9F2
Tints of Solitude #E3E9F2
RGB
CMYK
RGB Variations
Color information
#E3E9F2 (or 0xE3E9F2) is known color: Solitude. HEX triplet: E3, E9 and F2. RGB value is (227,233,242). Sum of RGB (Red+Green+Blue) = 227+233+242=702 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.34% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3E9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3E9F2 is #1C160D. Grayscale: #E8E8E8. Windows color (decimal): -1840654 or 15919587. OLE color: 15919587.
HSL color Cylindrical-coordinate representation of color #E3E9F2: hue angle of 216º degrees, saturation: 0.37, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E3E9F2 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 227 | 233 | 242 | - |
CMYK | 0.06 | 0.04 | 0 | 0.05 |
HSL | 216º | 0.37% | 0.92% | - |
HSV(B) | 216º | 0.06% | 0.95% | - |
XYZ | 76.84 | 81.02 | 95.59 | - |
YUV | 232.23 | 133.51 | 124.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 233 | 242 | 0.06 | 0.04 | 0 | 0.05 | 216 | 0.37 | 0.92 |
Hex | E3 | E9 | F2 | 6 | 4 | 0 | 5 | D8 | 25 | 5C |
Octal | 343 | 351 | 362 | 6 | 4 | 0 | 5 | 330 | 45 | 134 |
Binary | 11100011 | 11101001 | 11110010 | 110 | 100 | 0 | 101 | 11011000 | 100101 | 1011100 |
Color Harmonies of #E3E9F2
Complementary color
Monochromatic Colors of #E3E9F2
Black with #E3E9F2
Text Example
Text Example
White with #E3E9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E9F2; }
p { color: rgb(227,233,242); }
H1.HeaderClassName
{
color: #E3E9F2;
}
.AnyTagClassName
{
color: #E3E9F2;
}
</style>
background-color css
<style>
a { background-color: #E3E9F2; }
a { background-color: rgb(227,233,242); }
div.DivClassName
{
background-color: #E3E9F2;
}
.BgClassName
{
background-color: #E3E9F2;
}
</style>
border-color css
<style>
span { border-color: #E3E9F2; }
span { border-color: rgb(227,233,242); }
td.TdClassName
{
border-color: #E3E9F2;
}
.TagClassName
{
border-color: #E3E9F2;
}
</style>