#EAFCED

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

Shades of Dew #EAFCED

Tints of Dew #EAFCED

Color information

#EAFCED (or 0xEAFCED) is unknown color: approx Dew. HEX triplet: EA, FC and ED. RGB value is (234,252,237). Sum of RGB (Red+Green+Blue) = 234+252+237=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCED is #150312. Grayscale: #F4F4F4. Windows color (decimal): -1377043 or 15596778. OLE color: 15596778.

HSL color Cylindrical-coordinate representation of color #EAFCED: hue angle of 130º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAFCED is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB234252237-
CMYK0.0700.060.01
HSL130º75%95.29%-
HSV(B)130º7.14%98.82%-
XYZ84.0393.2393.69-
YUV244.91123.54120.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.37%
GREEN value IS 252 (98.83% from 255) = 34.85%
BLUE value IS 237 (92.97% from 255) = 32.78%
R=32.37%
G=34.85%
B=32.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522370.0700.060.011307595.29
HexEAFCED7061824b5f
Octal3523743557061202113137
Binary111010101111110011101101111011011000001010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCED; }

 p { color: rgb(234,252,237); }

 H1.HeaderClassName
 {
   color: #EAFCED;
 }
 .AnyTagClassName
 {
   color: #EAFCED;
 }
</style>
background-color css

<style>
 a { background-color: #EAFCED; }

 a { background-color: rgb(234,252,237); }

 div.DivClassName
 {
   background-color: #EAFCED;
 }
 .BgClassName
 {
   background-color: #EAFCED;
 }
</style>
border-color css

<style>
 span { border-color: #EAFCED; }

 span { border-color: rgb(234,252,237); }

 td.TdClassName
 {
   border-color: #EAFCED;
 }
 .TagClassName
 {
   border-color: #EAFCED;
 }
</style>