Shades of Solitude #EDEEF0
Tints of Solitude #EDEEF0
RGB
CMYK
RGB Variations
Color information
#EDEEF0 (or 0xEDEEF0) is known color: Solitude. HEX triplet: ED, EE and F0. RGB value is (237,238,240). Sum of RGB (Red+Green+Blue) = 237+238+240=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDEEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF0 is #12110F. Grayscale: #EDEDED. Windows color (decimal): -1184016 or 15789805. OLE color: 15789805.
HSL color Cylindrical-coordinate representation of color #EDEEF0: hue angle of 220º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEEF0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 238 | 240 | - |
CMYK | 0.01 | 0.01 | 0 | 0.06 |
HSL | 220º | 0.09% | 0.94% | - |
HSV(B) | 220º | 0.01% | 0.94% | - |
XYZ | 81.23 | 85.44 | 94.65 | - |
YUV | 237.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 240 | 0.01 | 0.01 | 0 | 0.06 | 220 | 0.09 | 0.94 |
Hex | ED | EE | F0 | 1 | 1 | 0 | 6 | DC | 9 | 5E |
Octal | 355 | 356 | 360 | 1 | 1 | 0 | 6 | 334 | 11 | 136 |
Binary | 11101101 | 11101110 | 11110000 | 1 | 1 | 0 | 110 | 11011100 | 1001 | 1011110 |
Color Harmonies of #EDEEF0
Complementary color
Monochromatic Colors of #EDEEF0
Black with #EDEEF0
Text Example
Text Example
White with #EDEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEF0; }
p { color: rgb(237,238,240); }
H1.HeaderClassName
{
color: #EDEEF0;
}
.AnyTagClassName
{
color: #EDEEF0;
}
</style>
background-color css
<style>
a { background-color: #EDEEF0; }
a { background-color: rgb(237,238,240); }
div.DivClassName
{
background-color: #EDEEF0;
}
.BgClassName
{
background-color: #EDEEF0;
}
</style>
border-color css
<style>
span { border-color: #EDEEF0; }
span { border-color: rgb(237,238,240); }
td.TdClassName
{
border-color: #EDEEF0;
}
.TagClassName
{
border-color: #EDEEF0;
}
</style>