Shades of Solitude #E3EFFD
Tints of Solitude #E3EFFD
RGB
CMYK
RGB Variations
Color information
#E3EFFD (or 0xE3EFFD) is known color: Solitude. HEX triplet: E3, EF and FD. RGB value is (227,239,253). Sum of RGB (Red+Green+Blue) = 227+239+253=719 (95% of max value = 765). Red value is 227 (89.06% from 255 or 31.57% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EFFD is #1C1002. Grayscale: #ECECEC. Windows color (decimal): -1839107 or 16642019. OLE color: 16642019.
HSL color Cylindrical-coordinate representation of color #E3EFFD: hue angle of 212.31º degrees, saturation: 0.87, 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 #E3EFFD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 239 | 253 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.01 |
| HSL | 212.31º | 0.87% | 0.94% | - |
| HSV(B) | 212.31º | 0.1% | 0.99% | - |
| XYZ | 80.27 | 85.16 | 105.13 | - |
| YUV | 237.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 239 | 253 | 0.10 | 0.06 | 0 | 0.01 | 212.31 | 0.87 | 0.94 |
| Hex | E3 | EF | FD | A | 6 | 0 | 1 | D4 | 57 | 5E |
| Octal | 343 | 357 | 375 | 12 | 6 | 0 | 1 | 324 | 127 | 136 |
| Binary | 11100011 | 11101111 | 11111101 | 1010 | 110 | 0 | 1 | 11010100 | 1010111 | 1011110 |
Color Harmonies of #E3EFFD
Complementary color
Monochromatic Colors of #E3EFFD
Black with #E3EFFD
Text Example
Text Example
White with #E3EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EFFD; }
p { color: rgb(227,239,253); }
H1.HeaderClassName
{
color: #E3EFFD;
}
.AnyTagClassName
{
color: #E3EFFD;
}
</style>
background-color css
<style>
a { background-color: #E3EFFD; }
a { background-color: rgb(227,239,253); }
div.DivClassName
{
background-color: #E3EFFD;
}
.BgClassName
{
background-color: #E3EFFD;
}
</style>
border-color css
<style>
span { border-color: #E3EFFD; }
span { border-color: rgb(227,239,253); }
td.TdClassName
{
border-color: #E3EFFD;
}
.TagClassName
{
border-color: #E3EFFD;
}
</style>