Shades of Solitude #E6EEFE
Tints of Solitude #E6EEFE
RGB
CMYK
RGB Variations
Color information
#E6EEFE (or 0xE6EEFE) is known color: Solitude. HEX triplet: E6, EE and FE. RGB value is (230,238,254). Sum of RGB (Red+Green+Blue) = 230+238+254=722 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.86% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEFE is #191101. Grayscale: #EDEDED. Windows color (decimal): -1642754 or 16707302. OLE color: 16707302.
HSL color Cylindrical-coordinate representation of color #E6EEFE: hue angle of 220º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6EEFE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 238 | 254 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.00 |
| HSL | 220º | 0.92% | 0.95% | - |
| HSV(B) | 220º | 0.09% | 1% | - |
| XYZ | 81.1 | 85.13 | 105.92 | - |
| YUV | 237.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 238 | 254 | 0.09 | 0.06 | 0 | 0.00 | 220 | 0.92 | 0.95 |
| Hex | E6 | EE | FE | 9 | 6 | 0 | 0 | DC | 5C | 5F |
| Octal | 346 | 356 | 376 | 11 | 6 | 0 | 0 | 334 | 134 | 137 |
| Binary | 11100110 | 11101110 | 11111110 | 1001 | 110 | 0 | 0 | 11011100 | 1011100 | 1011111 |
Color Harmonies of #E6EEFE
Complementary color
Monochromatic Colors of #E6EEFE
Black with #E6EEFE
Text Example
Text Example
White with #E6EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEFE; }
p { color: rgb(230,238,254); }
H1.HeaderClassName
{
color: #E6EEFE;
}
.AnyTagClassName
{
color: #E6EEFE;
}
</style>
background-color css
<style>
a { background-color: #E6EEFE; }
a { background-color: rgb(230,238,254); }
div.DivClassName
{
background-color: #E6EEFE;
}
.BgClassName
{
background-color: #E6EEFE;
}
</style>
border-color css
<style>
span { border-color: #E6EEFE; }
span { border-color: rgb(230,238,254); }
td.TdClassName
{
border-color: #E6EEFE;
}
.TagClassName
{
border-color: #E6EEFE;
}
</style>