Shades of Dew #ECF5EE
Tints of Dew #ECF5EE
RGB
CMYK
RGB Variations
Color information
#ECF5EE (or 0xECF5EE) is known color: Dew. HEX triplet: EC, F5 and EE. RGB value is (236,245,238). Sum of RGB (Red+Green+Blue) = 236+245+238=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF5EE is #130A11. Grayscale: #F1F1F1. Windows color (decimal): -1247762 or 15660524. OLE color: 15660524.
HSL color Cylindrical-coordinate representation of color #ECF5EE: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF5EE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 238 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.04 |
| HSL | 133.33º | 0.31% | 0.94% | - |
| HSV(B) | 133.33º | 0.04% | 0.96% | - |
| XYZ | 82.68 | 89.31 | 93.77 | - |
| YUV | 241.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 238 | 0.04 | 0 | 0.03 | 0.04 | 133.33 | 0.31 | 0.94 |
| Hex | EC | F5 | EE | 4 | 0 | 3 | 4 | 85 | 1F | 5E |
| Octal | 354 | 365 | 356 | 4 | 0 | 3 | 4 | 205 | 37 | 136 |
| Binary | 11101100 | 11110101 | 11101110 | 100 | 0 | 11 | 100 | 10000101 | 11111 | 1011110 |
Color Harmonies of #ECF5EE
Complementary color
Monochromatic Colors of #ECF5EE
Black with #ECF5EE
Text Example
Text Example
White with #ECF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5EE; }
p { color: rgb(236,245,238); }
H1.HeaderClassName
{
color: #ECF5EE;
}
.AnyTagClassName
{
color: #ECF5EE;
}
</style>
background-color css
<style>
a { background-color: #ECF5EE; }
a { background-color: rgb(236,245,238); }
div.DivClassName
{
background-color: #ECF5EE;
}
.BgClassName
{
background-color: #ECF5EE;
}
</style>
border-color css
<style>
span { border-color: #ECF5EE; }
span { border-color: rgb(236,245,238); }
td.TdClassName
{
border-color: #ECF5EE;
}
.TagClassName
{
border-color: #ECF5EE;
}
</style>