Shades of Solitude #E3EDFC
Tints of Solitude #E3EDFC
RGB
CMYK
RGB Variations
Color information
#E3EDFC (or 0xE3EDFC) is known color: Solitude. HEX triplet: E3, ED and FC. RGB value is (227,237,252). Sum of RGB (Red+Green+Blue) = 227+237+252=716 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.70% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDFC is #1C1203. Grayscale: #EBEBEB. Windows color (decimal): -1839620 or 16575971. OLE color: 16575971.
HSL color Cylindrical-coordinate representation of color #E3EDFC: hue angle of 216º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3EDFC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 237 | 252 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.01 |
| HSL | 216º | 0.81% | 0.94% | - |
| HSV(B) | 216º | 0.1% | 0.99% | - |
| XYZ | 79.53 | 83.93 | 104.1 | - |
| YUV | 235.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 252 | 0.10 | 0.06 | 0 | 0.01 | 216 | 0.81 | 0.94 |
| Hex | E3 | ED | FC | A | 6 | 0 | 1 | D8 | 51 | 5E |
| Octal | 343 | 355 | 374 | 12 | 6 | 0 | 1 | 330 | 121 | 136 |
| Binary | 11100011 | 11101101 | 11111100 | 1010 | 110 | 0 | 1 | 11011000 | 1010001 | 1011110 |
Color Harmonies of #E3EDFC
Complementary color
Monochromatic Colors of #E3EDFC
Black with #E3EDFC
Text Example
Text Example
White with #E3EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDFC; }
p { color: rgb(227,237,252); }
H1.HeaderClassName
{
color: #E3EDFC;
}
.AnyTagClassName
{
color: #E3EDFC;
}
</style>
background-color css
<style>
a { background-color: #E3EDFC; }
a { background-color: rgb(227,237,252); }
div.DivClassName
{
background-color: #E3EDFC;
}
.BgClassName
{
background-color: #E3EDFC;
}
</style>
border-color css
<style>
span { border-color: #E3EDFC; }
span { border-color: rgb(227,237,252); }
td.TdClassName
{
border-color: #E3EDFC;
}
.TagClassName
{
border-color: #E3EDFC;
}
</style>