Shades of Solitude #E6ECF2
Tints of Solitude #E6ECF2
RGB
CMYK
RGB Variations
Color information
#E6ECF2 (or 0xE6ECF2) is known color: Solitude. HEX triplet: E6, EC and F2. RGB value is (230,236,242). Sum of RGB (Red+Green+Blue) = 230+236+242=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6ECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6ECF2 is #19130D. Grayscale: #EAEAEA. Windows color (decimal): -1643278 or 15920358. OLE color: 15920358.
HSL color Cylindrical-coordinate representation of color #E6ECF2: hue angle of 210º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6ECF2 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 230 | 236 | 242 | - |
CMYK | 0.05 | 0.02 | 0 | 0.05 |
HSL | 210º | 0.32% | 0.93% | - |
HSV(B) | 210º | 0.05% | 0.95% | - |
XYZ | 78.66 | 83.22 | 95.92 | - |
YUV | 234.89 | 132.01 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 236 | 242 | 0.05 | 0.02 | 0 | 0.05 | 210 | 0.32 | 0.93 |
Hex | E6 | EC | F2 | 5 | 2 | 0 | 5 | D2 | 20 | 5D |
Octal | 346 | 354 | 362 | 5 | 2 | 0 | 5 | 322 | 40 | 135 |
Binary | 11100110 | 11101100 | 11110010 | 101 | 10 | 0 | 101 | 11010010 | 100000 | 1011101 |
Color Harmonies of #E6ECF2
Complementary color
Monochromatic Colors of #E6ECF2
Black with #E6ECF2
Text Example
Text Example
White with #E6ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECF2; }
p { color: rgb(230,236,242); }
H1.HeaderClassName
{
color: #E6ECF2;
}
.AnyTagClassName
{
color: #E6ECF2;
}
</style>
background-color css
<style>
a { background-color: #E6ECF2; }
a { background-color: rgb(230,236,242); }
div.DivClassName
{
background-color: #E6ECF2;
}
.BgClassName
{
background-color: #E6ECF2;
}
</style>
border-color css
<style>
span { border-color: #E6ECF2; }
span { border-color: rgb(230,236,242); }
td.TdClassName
{
border-color: #E6ECF2;
}
.TagClassName
{
border-color: #E6ECF2;
}
</style>