Shades of Dew #ECFEF0
Tints of Dew #ECFEF0
RGB
CMYK
RGB Variations
Color information
#ECFEF0 (or 0xECFEF0) is known color: Dew. HEX triplet: EC, FE and F0. RGB value is (236,254,240). Sum of RGB (Red+Green+Blue) = 236+254+240=730 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.33% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFEF0 is #13010F. Grayscale: #F7F7F7. Windows color (decimal): -1245456 or 15793900. OLE color: 15793900.
HSL color Cylindrical-coordinate representation of color #ECFEF0: hue angle of 133.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFEF0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 254 | 240 | - |
CMYK | 0.07 | 0 | 0.06 | 0.00 |
HSL | 133.33º | 0.9% | 0.96% | - |
HSV(B) | 133.33º | 0.07% | 1% | - |
XYZ | 85.76 | 95.01 | 96.26 | - |
YUV | 247.02 | 124.04 | 120.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 254 | 240 | 0.07 | 0 | 0.06 | 0.00 | 133.33 | 0.9 | 0.96 |
Hex | EC | FE | F0 | 7 | 0 | 6 | 0 | 85 | 5A | 60 |
Octal | 354 | 376 | 360 | 7 | 0 | 6 | 0 | 205 | 132 | 140 |
Binary | 11101100 | 11111110 | 11110000 | 111 | 0 | 110 | 0 | 10000101 | 1011010 | 1100000 |
Color Harmonies of #ECFEF0
Complementary color
Monochromatic Colors of #ECFEF0
Black with #ECFEF0
Text Example
Text Example
White with #ECFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFEF0; }
p { color: rgb(236,254,240); }
H1.HeaderClassName
{
color: #ECFEF0;
}
.AnyTagClassName
{
color: #ECFEF0;
}
</style>
background-color css
<style>
a { background-color: #ECFEF0; }
a { background-color: rgb(236,254,240); }
div.DivClassName
{
background-color: #ECFEF0;
}
.BgClassName
{
background-color: #ECFEF0;
}
</style>
border-color css
<style>
span { border-color: #ECFEF0; }
span { border-color: rgb(236,254,240); }
td.TdClassName
{
border-color: #ECFEF0;
}
.TagClassName
{
border-color: #ECFEF0;
}
</style>