#EAFDED

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

Shades of Dew #EAFDED

Tints of Dew #EAFDED

Color information

#EAFDED (or 0xEAFDED) is unknown color: approx Dew. HEX triplet: EA, FD and ED. RGB value is (234,253,237). Sum of RGB (Red+Green+Blue) = 234+253+237=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDED is #150212. Grayscale: #F5F5F5. Windows color (decimal): -1376787 or 15597034. OLE color: 15597034.

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

Color convert

RGB234253237-
CMYK0.0800.060.01
HSL129.47º82.61%95.49%-
HSV(B)129.47º7.51%99.22%-
XYZ84.3493.8693.79-
YUV245.49123.21119.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.32%
GREEN value IS 253 (99.22% from 255) = 34.94%
BLUE value IS 237 (92.97% from 255) = 32.73%
R=32.32%
G=34.94%
B=32.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532370.0800.060.01129.4782.6195.49
HexEAFDED806181535f
Octal35237535510061201123137
Binary1110101011111101111011011000011011000000110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDED; }

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

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

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

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

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

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

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

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