Shades of Alice Blue #EDF2F7
Tints of Alice Blue #EDF2F7
RGB
CMYK
RGB Variations
Color information
#EDF2F7 (or 0xEDF2F7) is known color: Alice Blue. HEX triplet: ED, F2 and F7. RGB value is (237,242,247). Sum of RGB (Red+Green+Blue) = 237+242+247=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 247 (96.88% from 255 or 34.02% from 726); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDF2F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2F7 is #120D08. Grayscale: #F1F1F1. Windows color (decimal): -1182985 or 16249581. OLE color: 16249581.
HSL color Cylindrical-coordinate representation of color #EDF2F7: hue angle of 210º 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 #EDF2F7 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 242 | 247 | - |
CMYK | 0.04 | 0.02 | 0 | 0.03 |
HSL | 210º | 0.38% | 0.95% | - |
HSV(B) | 210º | 0.04% | 0.97% | - |
XYZ | 83.47 | 88.22 | 100.63 | - |
YUV | 241.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 242 | 247 | 0.04 | 0.02 | 0 | 0.03 | 210 | 0.38 | 0.95 |
Hex | ED | F2 | F7 | 4 | 2 | 0 | 3 | D2 | 26 | 5F |
Octal | 355 | 362 | 367 | 4 | 2 | 0 | 3 | 322 | 46 | 137 |
Binary | 11101101 | 11110010 | 11110111 | 100 | 10 | 0 | 11 | 11010010 | 100110 | 1011111 |
Color Harmonies of #EDF2F7
Complementary color
Monochromatic Colors of #EDF2F7
Black with #EDF2F7
Text Example
Text Example
White with #EDF2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2F7; }
p { color: rgb(237,242,247); }
H1.HeaderClassName
{
color: #EDF2F7;
}
.AnyTagClassName
{
color: #EDF2F7;
}
</style>
background-color css
<style>
a { background-color: #EDF2F7; }
a { background-color: rgb(237,242,247); }
div.DivClassName
{
background-color: #EDF2F7;
}
.BgClassName
{
background-color: #EDF2F7;
}
</style>
border-color css
<style>
span { border-color: #EDF2F7; }
span { border-color: rgb(237,242,247); }
td.TdClassName
{
border-color: #EDF2F7;
}
.TagClassName
{
border-color: #EDF2F7;
}
</style>