Shades of Solitude #E6EEFF
Tints of Solitude #E6EEFF
RGB
CMYK
RGB Variations
Color information
#E6EEFF (or 0xE6EEFF) is known color: Solitude. HEX triplet: E6, EE and FF. RGB value is (230,238,255). Sum of RGB (Red+Green+Blue) = 230+238+255=723 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.81% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEFF is #191100. Grayscale: #EDEDED. Windows color (decimal): -1642753 or 16772838. OLE color: 16772838.
HSL color Cylindrical-coordinate representation of color #E6EEFF: hue angle of 220.8º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6EEFF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 238 | 255 | - |
| CMYK | 0.10 | 0.07 | 0 | 0 |
| HSL | 220.8º | 1% | 0.95% | - |
| HSV(B) | 220.8º | 0.1% | 1% | - |
| XYZ | 81.26 | 85.19 | 106.77 | - |
| YUV | 237.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 238 | 255 | 0.10 | 0.07 | 0 | 0 | 220.8 | 1 | 0.95 |
| Hex | E6 | EE | FF | A | 7 | 0 | 0 | DD | 64 | 5F |
| Octal | 346 | 356 | 377 | 12 | 7 | 0 | 0 | 335 | 144 | 137 |
| Binary | 11100110 | 11101110 | 11111111 | 1010 | 111 | 0 | 0 | 11011101 | 1100100 | 1011111 |
Color Harmonies of #E6EEFF
Complementary color
Monochromatic Colors of #E6EEFF
Black with #E6EEFF
Text Example
Text Example
White with #E6EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEFF; }
p { color: rgb(230,238,255); }
H1.HeaderClassName
{
color: #E6EEFF;
}
.AnyTagClassName
{
color: #E6EEFF;
}
</style>
background-color css
<style>
a { background-color: #E6EEFF; }
a { background-color: rgb(230,238,255); }
div.DivClassName
{
background-color: #E6EEFF;
}
.BgClassName
{
background-color: #E6EEFF;
}
</style>
border-color css
<style>
span { border-color: #E6EEFF; }
span { border-color: rgb(230,238,255); }
td.TdClassName
{
border-color: #E6EEFF;
}
.TagClassName
{
border-color: #E6EEFF;
}
</style>