#EAFCEE

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

Shades of Dew #EAFCEE

Tints of Dew #EAFCEE

Color information

#EAFCEE (or 0xEAFCEE) is unknown color: approx Dew. HEX triplet: EA, FC and EE. RGB value is (234,252,238). Sum of RGB (Red+Green+Blue) = 234+252+238=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCEE is #150311. Grayscale: #F5F5F5. Windows color (decimal): -1377042 or 15662314. OLE color: 15662314.

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

Color convert

RGB234252238-
CMYK0.0700.060.01
HSL133.33º75%95.29%-
HSV(B)133.33º7.14%98.82%-
XYZ84.1793.2994.46-
YUV245.02124.04120.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.32%
GREEN value IS 252 (98.83% from 255) = 34.81%
BLUE value IS 238 (93.36% from 255) = 32.87%
R=32.32%
G=34.81%
B=32.87%

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
Decimal2342522380.0700.060.01133.337595.29
HexEAFCEE7061854b5f
Octal3523743567061205113137
Binary111010101111110011101110111011011000010110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCEE; }

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

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

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

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

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

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

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

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