Shades of Dew #ECFAEE
Tints of Dew #ECFAEE
RGB
CMYK
RGB Variations
Color information
#ECFAEE (or 0xECFAEE) is known color: Dew. HEX triplet: EC, FA and EE. RGB value is (236,250,238). Sum of RGB (Red+Green+Blue) = 236+250+238=724 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.60% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAEE is #130511. Grayscale: #F4F4F4. Windows color (decimal): -1246482 or 15661804. OLE color: 15661804.
HSL color Cylindrical-coordinate representation of color #ECFAEE: hue angle of 128.57º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFAEE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 238 | - |
CMYK | 0.06 | 0 | 0.05 | 0.02 |
HSL | 128.57º | 0.58% | 0.95% | - |
HSV(B) | 128.57º | 0.06% | 0.98% | - |
XYZ | 84.21 | 92.38 | 94.28 | - |
YUV | 244.45 | 124.36 | 121.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 238 | 0.06 | 0 | 0.05 | 0.02 | 128.57 | 0.58 | 0.95 |
Hex | EC | FA | EE | 6 | 0 | 5 | 2 | 81 | 3A | 5F |
Octal | 354 | 372 | 356 | 6 | 0 | 5 | 2 | 201 | 72 | 137 |
Binary | 11101100 | 11111010 | 11101110 | 110 | 0 | 101 | 10 | 10000001 | 111010 | 1011111 |
Color Harmonies of #ECFAEE
Complementary color
Monochromatic Colors of #ECFAEE
Black with #ECFAEE
Text Example
Text Example
White with #ECFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAEE; }
p { color: rgb(236,250,238); }
H1.HeaderClassName
{
color: #ECFAEE;
}
.AnyTagClassName
{
color: #ECFAEE;
}
</style>
background-color css
<style>
a { background-color: #ECFAEE; }
a { background-color: rgb(236,250,238); }
div.DivClassName
{
background-color: #ECFAEE;
}
.BgClassName
{
background-color: #ECFAEE;
}
</style>
border-color css
<style>
span { border-color: #ECFAEE; }
span { border-color: rgb(236,250,238); }
td.TdClassName
{
border-color: #ECFAEE;
}
.TagClassName
{
border-color: #ECFAEE;
}
</style>