Shades of Solitude #EDEFF7
Tints of Solitude #EDEFF7
RGB
CMYK
RGB Variations
Color information
#EDEFF7 (or 0xEDEFF7) is known color: Solitude. HEX triplet: ED, EF and F7. RGB value is (237,239,247). Sum of RGB (Red+Green+Blue) = 237+239+247=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF7 is #121008. Grayscale: #EFEFEF. Windows color (decimal): -1183753 or 16248813. OLE color: 16248813.
HSL color Cylindrical-coordinate representation of color #EDEFF7: hue angle of 228º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEFF7 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 239 | 247 | - |
CMYK | 0.04 | 0.03 | 0 | 0.03 |
HSL | 228º | 0.38% | 0.95% | - |
HSV(B) | 228º | 0.04% | 0.97% | - |
XYZ | 82.58 | 86.45 | 100.33 | - |
YUV | 239.31 | 132.34 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 247 | 0.04 | 0.03 | 0 | 0.03 | 228 | 0.38 | 0.95 |
Hex | ED | EF | F7 | 4 | 3 | 0 | 3 | E4 | 26 | 5F |
Octal | 355 | 357 | 367 | 4 | 3 | 0 | 3 | 344 | 46 | 137 |
Binary | 11101101 | 11101111 | 11110111 | 100 | 11 | 0 | 11 | 11100100 | 100110 | 1011111 |
Color Harmonies of #EDEFF7
Complementary color
Monochromatic Colors of #EDEFF7
Black with #EDEFF7
Text Example
Text Example
White with #EDEFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFF7; }
p { color: rgb(237,239,247); }
H1.HeaderClassName
{
color: #EDEFF7;
}
.AnyTagClassName
{
color: #EDEFF7;
}
</style>
background-color css
<style>
a { background-color: #EDEFF7; }
a { background-color: rgb(237,239,247); }
div.DivClassName
{
background-color: #EDEFF7;
}
.BgClassName
{
background-color: #EDEFF7;
}
</style>
border-color css
<style>
span { border-color: #EDEFF7; }
span { border-color: rgb(237,239,247); }
td.TdClassName
{
border-color: #EDEFF7;
}
.TagClassName
{
border-color: #EDEFF7;
}
</style>