Shades of Alice Blue #EDF1F3
Tints of Alice Blue #EDF1F3
RGB
CMYK
RGB Variations
Color information
#EDF1F3 (or 0xEDF1F3) is known color: Alice Blue. HEX triplet: ED, F1 and F3. RGB value is (237,241,243). Sum of RGB (Red+Green+Blue) = 237+241+243=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDF1F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1F3 is #120E0C. Grayscale: #F0F0F0. Windows color (decimal): -1183245 or 15987181. OLE color: 15987181.
HSL color Cylindrical-coordinate representation of color #EDF1F3: hue angle of 200º degrees, saturation: 0.2, 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 #EDF1F3 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 243 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.05 |
| HSL | 200º | 0.2% | 0.94% | - |
| HSV(B) | 200º | 0.02% | 0.95% | - |
| XYZ | 82.56 | 87.39 | 97.31 | - |
| YUV | 240.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 243 | 0.02 | 0.01 | 0 | 0.05 | 200 | 0.2 | 0.94 |
| Hex | ED | F1 | F3 | 2 | 1 | 0 | 5 | C8 | 14 | 5E |
| Octal | 355 | 361 | 363 | 2 | 1 | 0 | 5 | 310 | 24 | 136 |
| Binary | 11101101 | 11110001 | 11110011 | 10 | 1 | 0 | 101 | 11001000 | 10100 | 1011110 |
Color Harmonies of #EDF1F3
Complementary color
Monochromatic Colors of #EDF1F3
Black with #EDF1F3
Text Example
Text Example
White with #EDF1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1F3; }
p { color: rgb(237,241,243); }
H1.HeaderClassName
{
color: #EDF1F3;
}
.AnyTagClassName
{
color: #EDF1F3;
}
</style>
background-color css
<style>
a { background-color: #EDF1F3; }
a { background-color: rgb(237,241,243); }
div.DivClassName
{
background-color: #EDF1F3;
}
.BgClassName
{
background-color: #EDF1F3;
}
</style>
border-color css
<style>
span { border-color: #EDF1F3; }
span { border-color: rgb(237,241,243); }
td.TdClassName
{
border-color: #EDF1F3;
}
.TagClassName
{
border-color: #EDF1F3;
}
</style>