Shades of Solitude #E6EDF4
Tints of Solitude #E6EDF4
RGB
CMYK
RGB Variations
Color information
#E6EDF4 (or 0xE6EDF4) is known color: Solitude. HEX triplet: E6, ED and F4. RGB value is (230,237,244). Sum of RGB (Red+Green+Blue) = 230+237+244=711 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.35% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 244 (95.70% from 255 or 34.32% from 711); Max value from RGB is 244 - color contains mainly: blue. Hex color #E6EDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDF4 is #19120B. Grayscale: #EBEBEB. Windows color (decimal): -1643020 or 16051686. OLE color: 16051686.
HSL color Cylindrical-coordinate representation of color #E6EDF4: hue angle of 210º degrees, saturation: 0.39, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6EDF4 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 237 | 244 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.04 |
| HSL | 210º | 0.39% | 0.93% | - |
| HSV(B) | 210º | 0.06% | 0.96% | - |
| XYZ | 79.25 | 83.92 | 97.61 | - |
| YUV | 235.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 244 | 0.06 | 0.03 | 0 | 0.04 | 210 | 0.39 | 0.93 |
| Hex | E6 | ED | F4 | 6 | 3 | 0 | 4 | D2 | 27 | 5D |
| Octal | 346 | 355 | 364 | 6 | 3 | 0 | 4 | 322 | 47 | 135 |
| Binary | 11100110 | 11101101 | 11110100 | 110 | 11 | 0 | 100 | 11010010 | 100111 | 1011101 |
Color Harmonies of #E6EDF4
Complementary color
Monochromatic Colors of #E6EDF4
Black with #E6EDF4
Text Example
Text Example
White with #E6EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDF4; }
p { color: rgb(230,237,244); }
H1.HeaderClassName
{
color: #E6EDF4;
}
.AnyTagClassName
{
color: #E6EDF4;
}
</style>
background-color css
<style>
a { background-color: #E6EDF4; }
a { background-color: rgb(230,237,244); }
div.DivClassName
{
background-color: #E6EDF4;
}
.BgClassName
{
background-color: #E6EDF4;
}
</style>
border-color css
<style>
span { border-color: #E6EDF4; }
span { border-color: rgb(230,237,244); }
td.TdClassName
{
border-color: #E6EDF4;
}
.TagClassName
{
border-color: #E6EDF4;
}
</style>