#EAFAEE

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

Shades of Dew #EAFAEE

Tints of Dew #EAFAEE

Color information

#EAFAEE (or 0xEAFAEE) is unknown color: approx Dew. HEX triplet: EA, FA and EE. RGB value is (234,250,238). Sum of RGB (Red+Green+Blue) = 234+250+238=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAEE is #150511. Grayscale: #F3F3F3. Windows color (decimal): -1377554 or 15661802. OLE color: 15661802.

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

Color convert

RGB234250238-
CMYK0.0600.050.02
HSL135º61.54%94.9%-
HSV(B)135º6.4%98.04%-
XYZ83.5592.0494.25-
YUV243.85124.7120.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.41%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 238 (93.36% from 255) = 32.96%
R=32.41%
G=34.63%
B=32.96%

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
Decimal2342502380.0600.050.0213561.5494.9
HexEAFAEE6052873e5f
Octal352372356605220776137
Binary111010101111101011101110110010110100001111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAEE; }

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

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

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

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

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

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

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

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