Shades of Alice Blue #EDF2F8
Tints of Alice Blue #EDF2F8
RGB
CMYK
RGB Variations
Color information
#EDF2F8 (or 0xEDF2F8) is known color: Alice Blue. HEX triplet: ED, F2 and F8. RGB value is (237,242,248). Sum of RGB (Red+Green+Blue) = 237+242+248=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDF2F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2F8 is #120D07. Grayscale: #F1F1F1. Windows color (decimal): -1182984 or 16315117. OLE color: 16315117.
HSL color Cylindrical-coordinate representation of color #EDF2F8: hue angle of 212.73º degrees, saturation: 0.44, 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 #EDF2F8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 242 | 248 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.03 |
| HSL | 212.73º | 0.44% | 0.95% | - |
| HSV(B) | 212.73º | 0.04% | 0.97% | - |
| XYZ | 83.62 | 88.29 | 101.44 | - |
| YUV | 241.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 248 | 0.04 | 0.02 | 0 | 0.03 | 212.73 | 0.44 | 0.95 |
| Hex | ED | F2 | F8 | 4 | 2 | 0 | 3 | D5 | 2C | 5F |
| Octal | 355 | 362 | 370 | 4 | 2 | 0 | 3 | 325 | 54 | 137 |
| Binary | 11101101 | 11110010 | 11111000 | 100 | 10 | 0 | 11 | 11010101 | 101100 | 1011111 |
Color Harmonies of #EDF2F8
Complementary color
Monochromatic Colors of #EDF2F8
Black with #EDF2F8
Text Example
Text Example
White with #EDF2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2F8; }
p { color: rgb(237,242,248); }
H1.HeaderClassName
{
color: #EDF2F8;
}
.AnyTagClassName
{
color: #EDF2F8;
}
</style>
background-color css
<style>
a { background-color: #EDF2F8; }
a { background-color: rgb(237,242,248); }
div.DivClassName
{
background-color: #EDF2F8;
}
.BgClassName
{
background-color: #EDF2F8;
}
</style>
border-color css
<style>
span { border-color: #EDF2F8; }
span { border-color: rgb(237,242,248); }
td.TdClassName
{
border-color: #EDF2F8;
}
.TagClassName
{
border-color: #EDF2F8;
}
</style>