Shades of Solitude #E6EDF5
Tints of Solitude #E6EDF5
RGB
CMYK
RGB Variations
Color information
#E6EDF5 (or 0xE6EDF5) is known color: Solitude. HEX triplet: E6, ED and F5. RGB value is (230,237,245). Sum of RGB (Red+Green+Blue) = 230+237+245=712 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.30% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDF5 is #19120A. Grayscale: #EBEBEB. Windows color (decimal): -1643019 or 16117222. OLE color: 16117222.
HSL color Cylindrical-coordinate representation of color #E6EDF5: hue angle of 212º degrees, saturation: 0.43, 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 #E6EDF5 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 237 | 245 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.04 |
| HSL | 212º | 0.43% | 0.93% | - |
| HSV(B) | 212º | 0.06% | 0.96% | - |
| XYZ | 79.4 | 83.98 | 98.41 | - |
| YUV | 235.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 245 | 0.06 | 0.03 | 0 | 0.04 | 212 | 0.43 | 0.93 |
| Hex | E6 | ED | F5 | 6 | 3 | 0 | 4 | D4 | 2B | 5D |
| Octal | 346 | 355 | 365 | 6 | 3 | 0 | 4 | 324 | 53 | 135 |
| Binary | 11100110 | 11101101 | 11110101 | 110 | 11 | 0 | 100 | 11010100 | 101011 | 1011101 |
Color Harmonies of #E6EDF5
Complementary color
Monochromatic Colors of #E6EDF5
Black with #E6EDF5
Text Example
Text Example
White with #E6EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDF5; }
p { color: rgb(230,237,245); }
H1.HeaderClassName
{
color: #E6EDF5;
}
.AnyTagClassName
{
color: #E6EDF5;
}
</style>
background-color css
<style>
a { background-color: #E6EDF5; }
a { background-color: rgb(230,237,245); }
div.DivClassName
{
background-color: #E6EDF5;
}
.BgClassName
{
background-color: #E6EDF5;
}
</style>
border-color css
<style>
span { border-color: #E6EDF5; }
span { border-color: rgb(230,237,245); }
td.TdClassName
{
border-color: #E6EDF5;
}
.TagClassName
{
border-color: #E6EDF5;
}
</style>