Shades of Alice Blue #EDF0F2
Tints of Alice Blue #EDF0F2
RGB
CMYK
RGB Variations
Color information
#EDF0F2 (or 0xEDF0F2) is known color: Alice Blue. HEX triplet: ED, F0 and F2. RGB value is (237,240,242). Sum of RGB (Red+Green+Blue) = 237+240+242=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F2 is #120F0D. Grayscale: #EFEFEF. Windows color (decimal): -1183502 or 15921389. OLE color: 15921389.
HSL color Cylindrical-coordinate representation of color #EDF0F2: hue angle of 204º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF0F2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 240 | 242 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.05 |
| HSL | 204º | 0.16% | 0.94% | - |
| HSV(B) | 204º | 0.02% | 0.95% | - |
| XYZ | 82.11 | 86.74 | 96.42 | - |
| YUV | 239.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 242 | 0.02 | 0.01 | 0 | 0.05 | 204 | 0.16 | 0.94 |
| Hex | ED | F0 | F2 | 2 | 1 | 0 | 5 | CC | 10 | 5E |
| Octal | 355 | 360 | 362 | 2 | 1 | 0 | 5 | 314 | 20 | 136 |
| Binary | 11101101 | 11110000 | 11110010 | 10 | 1 | 0 | 101 | 11001100 | 10000 | 1011110 |
Color Harmonies of #EDF0F2
Complementary color
Monochromatic Colors of #EDF0F2
Black with #EDF0F2
Text Example
Text Example
White with #EDF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0F2; }
p { color: rgb(237,240,242); }
H1.HeaderClassName
{
color: #EDF0F2;
}
.AnyTagClassName
{
color: #EDF0F2;
}
</style>
background-color css
<style>
a { background-color: #EDF0F2; }
a { background-color: rgb(237,240,242); }
div.DivClassName
{
background-color: #EDF0F2;
}
.BgClassName
{
background-color: #EDF0F2;
}
</style>
border-color css
<style>
span { border-color: #EDF0F2; }
span { border-color: rgb(237,240,242); }
td.TdClassName
{
border-color: #EDF0F2;
}
.TagClassName
{
border-color: #EDF0F2;
}
</style>