#EAFAED

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

Shades of Dew #EAFAED

Tints of Dew #EAFAED

Color information

#EAFAED (or 0xEAFAED) is unknown color: approx Dew. HEX triplet: EA, FA and ED. RGB value is (234,250,237). Sum of RGB (Red+Green+Blue) = 234+250+237=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAED is #150512. Grayscale: #F3F3F3. Windows color (decimal): -1377555 or 15596266. OLE color: 15596266.

HSL color Cylindrical-coordinate representation of color #EAFAED: hue angle of 131.25º degrees, saturation: 0.62, 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 #EAFAED is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB234250237-
CMYK0.0600.050.02
HSL131.25º61.54%94.9%-
HSV(B)131.25º6.4%98.04%-
XYZ83.491.9893.48-
YUV243.73124.2121.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.45%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 237 (92.97% from 255) = 32.87%
R=32.45%
G=34.67%
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
Decimal2342502370.0600.050.02131.2561.5494.9
HexEAFAED6052833e5f
Octal352372355605220376137
Binary111010101111101011101101110010110100000111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAED; }

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

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

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

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

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

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

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

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