Shades of Dew #EFFAF1
Tints of Dew #EFFAF1
RGB
CMYK
RGB Variations
Color information
#EFFAF1 (or 0xEFFAF1) is known color: Dew. HEX triplet: EF, FA and F1. RGB value is (239,250,241). Sum of RGB (Red+Green+Blue) = 239+250+241=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF1 is #10050E. Grayscale: #F5F5F5. Windows color (decimal): -1049871 or 15858415. OLE color: 15858415.
HSL color Cylindrical-coordinate representation of color #EFFAF1: hue angle of 130.91º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFFAF1 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 241 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.02 |
| HSL | 130.91º | 0.52% | 0.96% | - |
| HSV(B) | 130.91º | 0.04% | 0.98% | - |
| XYZ | 85.66 | 93.07 | 96.67 | - |
| YUV | 245.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 241 | 0.04 | 0 | 0.04 | 0.02 | 130.91 | 0.52 | 0.96 |
| Hex | EF | FA | F1 | 4 | 0 | 4 | 2 | 83 | 34 | 60 |
| Octal | 357 | 372 | 361 | 4 | 0 | 4 | 2 | 203 | 64 | 140 |
| Binary | 11101111 | 11111010 | 11110001 | 100 | 0 | 100 | 10 | 10000011 | 110100 | 1100000 |
Color Harmonies of #EFFAF1
Complementary color
Monochromatic Colors of #EFFAF1
Black with #EFFAF1
Text Example
Text Example
White with #EFFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAF1; }
p { color: rgb(239,250,241); }
H1.HeaderClassName
{
color: #EFFAF1;
}
.AnyTagClassName
{
color: #EFFAF1;
}
</style>
background-color css
<style>
a { background-color: #EFFAF1; }
a { background-color: rgb(239,250,241); }
div.DivClassName
{
background-color: #EFFAF1;
}
.BgClassName
{
background-color: #EFFAF1;
}
</style>
border-color css
<style>
span { border-color: #EFFAF1; }
span { border-color: rgb(239,250,241); }
td.TdClassName
{
border-color: #EFFAF1;
}
.TagClassName
{
border-color: #EFFAF1;
}
</style>