Shades of Dew #ECF8EE
Tints of Dew #ECF8EE
RGB
CMYK
RGB Variations
Color information
#ECF8EE (or 0xECF8EE) is known color: Dew. HEX triplet: EC, F8 and EE. RGB value is (236,248,238). Sum of RGB (Red+Green+Blue) = 236+248+238=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF8EE is #130711. Grayscale: #F3F3F3. Windows color (decimal): -1246994 or 15661292. OLE color: 15661292.
HSL color Cylindrical-coordinate representation of color #ECF8EE: hue angle of 130º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF8EE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 238 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.03 |
| HSL | 130º | 0.46% | 0.95% | - |
| HSV(B) | 130º | 0.05% | 0.97% | - |
| XYZ | 83.59 | 91.14 | 94.08 | - |
| YUV | 243.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 238 | 0.05 | 0 | 0.04 | 0.03 | 130 | 0.46 | 0.95 |
| Hex | EC | F8 | EE | 5 | 0 | 4 | 3 | 82 | 2E | 5F |
| Octal | 354 | 370 | 356 | 5 | 0 | 4 | 3 | 202 | 56 | 137 |
| Binary | 11101100 | 11111000 | 11101110 | 101 | 0 | 100 | 11 | 10000010 | 101110 | 1011111 |
Color Harmonies of #ECF8EE
Complementary color
Monochromatic Colors of #ECF8EE
Black with #ECF8EE
Text Example
Text Example
White with #ECF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8EE; }
p { color: rgb(236,248,238); }
H1.HeaderClassName
{
color: #ECF8EE;
}
.AnyTagClassName
{
color: #ECF8EE;
}
</style>
background-color css
<style>
a { background-color: #ECF8EE; }
a { background-color: rgb(236,248,238); }
div.DivClassName
{
background-color: #ECF8EE;
}
.BgClassName
{
background-color: #ECF8EE;
}
</style>
border-color css
<style>
span { border-color: #ECF8EE; }
span { border-color: rgb(236,248,238); }
td.TdClassName
{
border-color: #ECF8EE;
}
.TagClassName
{
border-color: #ECF8EE;
}
</style>