Shades of Solitude #E6EEFD
Tints of Solitude #E6EEFD
RGB
CMYK
RGB Variations
Color information
#E6EEFD (or 0xE6EEFD) is known color: Solitude. HEX triplet: E6, EE and FD. RGB value is (230,238,253). Sum of RGB (Red+Green+Blue) = 230+238+253=721 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.90% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6EEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEFD is #191102. Grayscale: #EDEDED. Windows color (decimal): -1642755 or 16641766. OLE color: 16641766.
HSL color Cylindrical-coordinate representation of color #E6EEFD: hue angle of 219.13º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6EEFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 238 | 253 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 219.13º | 0.85% | 0.95% | - |
HSV(B) | 219.13º | 0.09% | 0.99% | - |
XYZ | 80.94 | 85.06 | 105.08 | - |
YUV | 237.32 | 136.85 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 238 | 253 | 0.09 | 0.06 | 0 | 0.01 | 219.13 | 0.85 | 0.95 |
Hex | E6 | EE | FD | 9 | 6 | 0 | 1 | DB | 55 | 5F |
Octal | 346 | 356 | 375 | 11 | 6 | 0 | 1 | 333 | 125 | 137 |
Binary | 11100110 | 11101110 | 11111101 | 1001 | 110 | 0 | 1 | 11011011 | 1010101 | 1011111 |
Color Harmonies of #E6EEFD
Complementary color
Monochromatic Colors of #E6EEFD
Black with #E6EEFD
Text Example
Text Example
White with #E6EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEFD; }
p { color: rgb(230,238,253); }
H1.HeaderClassName
{
color: #E6EEFD;
}
.AnyTagClassName
{
color: #E6EEFD;
}
</style>
background-color css
<style>
a { background-color: #E6EEFD; }
a { background-color: rgb(230,238,253); }
div.DivClassName
{
background-color: #E6EEFD;
}
.BgClassName
{
background-color: #E6EEFD;
}
</style>
border-color css
<style>
span { border-color: #E6EEFD; }
span { border-color: rgb(230,238,253); }
td.TdClassName
{
border-color: #E6EEFD;
}
.TagClassName
{
border-color: #E6EEFD;
}
</style>