#EAFEEE

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

Shades of Dew #EAFEEE

Tints of Dew #EAFEEE

Color information

#EAFEEE (or 0xEAFEEE) is unknown color: approx Dew. HEX triplet: EA, FE and EE. RGB value is (234,254,238). Sum of RGB (Red+Green+Blue) = 234+254+238=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEEE is #150111. Grayscale: #F6F6F6. Windows color (decimal): -1376530 or 15662826. OLE color: 15662826.

HSL color Cylindrical-coordinate representation of color #EAFEEE: hue angle of 132º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFEEE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB234254238-
CMYK0.0800.060.00
HSL132º90.91%95.69%-
HSV(B)132º7.87%99.61%-
XYZ84.8194.5594.67-
YUV246.2123.37119.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.23%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 238 (93.36% from 255) = 32.78%
R=32.23%
G=34.99%
B=32.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542380.0800.060.0013290.9195.69
HexEAFEEE8060845b60
Octal35237635610060204133140
Binary1110101011111110111011101000011001000010010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEEE; }

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

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

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

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

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

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

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

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