#ECFAEE

Color #ECFAEE Dew (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dew #ECFAEE

Tints of Dew #ECFAEE

Color information

#ECFAEE (or 0xECFAEE) is unknown color: approx 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

RGB236250238-
CMYK0.0600.050.02
HSL128.57º58.33%95.29%-
HSV(B)128.57º5.6%98.04%-
XYZ84.2192.3894.28-
YUV244.45124.36121.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 32.60%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 238 (93.36% from 255) = 32.87%
R=32.60%
G=34.53%
B=32.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502380.0600.050.02128.5758.3395.29
HexECFAEE6052813a5f
Octal354372356605220172137
Binary111011001111101011101110110010110100000011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>