Shades of Dew #EEFFF2
Tints of Dew #EEFFF2
RGB
CMYK
RGB Variations
Color information
#EEFFF2 (or 0xEEFFF2) is known color: Dew. HEX triplet: EE, FF and F2. RGB value is (238,255,242). Sum of RGB (Red+Green+Blue) = 238+255+242=735 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.38% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 242 (94.92% from 255 or 32.93% from 735); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFF2 is #11000D. Grayscale: #F8F8F8. Windows color (decimal): -1114126 or 15925230. OLE color: 15925230.
HSL color Cylindrical-coordinate representation of color #EEFFF2: hue angle of 134.12º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEFFF2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 242 | - |
| CMYK | 0.07 | 0 | 0.05 | 0 |
| HSL | 134.12º | 1% | 0.97% | - |
| HSV(B) | 134.12º | 0.07% | 1% | - |
| XYZ | 87.05 | 96.11 | 97.97 | - |
| YUV | 248.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 242 | 0.07 | 0 | 0.05 | 0 | 134.12 | 1 | 0.97 |
| Hex | EE | FF | F2 | 7 | 0 | 5 | 0 | 86 | 64 | 61 |
| Octal | 356 | 377 | 362 | 7 | 0 | 5 | 0 | 206 | 144 | 141 |
| Binary | 11101110 | 11111111 | 11110010 | 111 | 0 | 101 | 0 | 10000110 | 1100100 | 1100001 |
Color Harmonies of #EEFFF2
Complementary color
Monochromatic Colors of #EEFFF2
Black with #EEFFF2
Text Example
Text Example
White with #EEFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFF2; }
p { color: rgb(238,255,242); }
H1.HeaderClassName
{
color: #EEFFF2;
}
.AnyTagClassName
{
color: #EEFFF2;
}
</style>
background-color css
<style>
a { background-color: #EEFFF2; }
a { background-color: rgb(238,255,242); }
div.DivClassName
{
background-color: #EEFFF2;
}
.BgClassName
{
background-color: #EEFFF2;
}
</style>
border-color css
<style>
span { border-color: #EEFFF2; }
span { border-color: rgb(238,255,242); }
td.TdClassName
{
border-color: #EEFFF2;
}
.TagClassName
{
border-color: #EEFFF2;
}
</style>