Shades of Solitude #E6EEFC
Tints of Solitude #E6EEFC
RGB
CMYK
RGB Variations
Color information
#E6EEFC (or 0xE6EEFC) is known color: Solitude. HEX triplet: E6, EE and FC. RGB value is (230,238,252). Sum of RGB (Red+Green+Blue) = 230+238+252=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6EEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEFC is #191103. Grayscale: #EDEDED. Windows color (decimal): -1642756 or 16576230. OLE color: 16576230.
HSL color Cylindrical-coordinate representation of color #E6EEFC: hue angle of 218.18º degrees, saturation: 0.79, 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 #E6EEFC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 238 | 252 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 218.18º | 0.79% | 0.95% | - |
HSV(B) | 218.18º | 0.09% | 0.99% | - |
XYZ | 80.78 | 85 | 104.24 | - |
YUV | 237.2 | 136.35 | 122.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 238 | 252 | 0.09 | 0.06 | 0 | 0.01 | 218.18 | 0.79 | 0.95 |
Hex | E6 | EE | FC | 9 | 6 | 0 | 1 | DA | 4F | 5F |
Octal | 346 | 356 | 374 | 11 | 6 | 0 | 1 | 332 | 117 | 137 |
Binary | 11100110 | 11101110 | 11111100 | 1001 | 110 | 0 | 1 | 11011010 | 1001111 | 1011111 |
Color Harmonies of #E6EEFC
Complementary color
Monochromatic Colors of #E6EEFC
Black with #E6EEFC
Text Example
Text Example
White with #E6EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEFC; }
p { color: rgb(230,238,252); }
H1.HeaderClassName
{
color: #E6EEFC;
}
.AnyTagClassName
{
color: #E6EEFC;
}
</style>
background-color css
<style>
a { background-color: #E6EEFC; }
a { background-color: rgb(230,238,252); }
div.DivClassName
{
background-color: #E6EEFC;
}
.BgClassName
{
background-color: #E6EEFC;
}
</style>
border-color css
<style>
span { border-color: #E6EEFC; }
span { border-color: rgb(230,238,252); }
td.TdClassName
{
border-color: #E6EEFC;
}
.TagClassName
{
border-color: #E6EEFC;
}
</style>