Shades of Dew #EDFFF1
Tints of Dew #EDFFF1
RGB
CMYK
RGB Variations
Color information
#EDFFF1 (or 0xEDFFF1) is known color: Dew. HEX triplet: ED, FF and F1. RGB value is (237,255,241). Sum of RGB (Red+Green+Blue) = 237+255+241=733 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.33% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 241 (94.53% from 255 or 32.88% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFF1 is #12000E. Grayscale: #F8F8F8. Windows color (decimal): -1179663 or 15859693. OLE color: 15859693.
HSL color Cylindrical-coordinate representation of color #EDFFF1: hue angle of 133.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFFF1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 241 | - |
| CMYK | 0.07 | 0 | 0.05 | 0 |
| HSL | 133.33º | 1% | 0.96% | - |
| HSV(B) | 133.33º | 0.07% | 1% | - |
| XYZ | 86.56 | 95.88 | 97.16 | - |
| YUV | 248.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 241 | 0.07 | 0 | 0.05 | 0 | 133.33 | 1 | 0.96 |
| Hex | ED | FF | F1 | 7 | 0 | 5 | 0 | 85 | 64 | 60 |
| Octal | 355 | 377 | 361 | 7 | 0 | 5 | 0 | 205 | 144 | 140 |
| Binary | 11101101 | 11111111 | 11110001 | 111 | 0 | 101 | 0 | 10000101 | 1100100 | 1100000 |
Color Harmonies of #EDFFF1
Complementary color
Monochromatic Colors of #EDFFF1
Black with #EDFFF1
Text Example
Text Example
White with #EDFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFF1; }
p { color: rgb(237,255,241); }
H1.HeaderClassName
{
color: #EDFFF1;
}
.AnyTagClassName
{
color: #EDFFF1;
}
</style>
background-color css
<style>
a { background-color: #EDFFF1; }
a { background-color: rgb(237,255,241); }
div.DivClassName
{
background-color: #EDFFF1;
}
.BgClassName
{
background-color: #EDFFF1;
}
</style>
border-color css
<style>
span { border-color: #EDFFF1; }
span { border-color: rgb(237,255,241); }
td.TdClassName
{
border-color: #EDFFF1;
}
.TagClassName
{
border-color: #EDFFF1;
}
</style>