#EAFFEE

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

Shades of Dew #EAFFEE

Tints of Dew #EAFFEE

Color information

#EAFFEE (or 0xEAFFEE) is unknown color: approx Dew. HEX triplet: EA, FF and EE. RGB value is (234,255,238). Sum of RGB (Red+Green+Blue) = 234+255+238=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 238 (93.36% from 255 or 32.74% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFEE is #150011. Grayscale: #F6F6F6. Windows color (decimal): -1376274 or 15663082. OLE color: 15663082.

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

Color convert

RGB234255238-
CMYK0.0800.070
HSL131.43º100%95.88%-
HSV(B)131.43º8.24%100%-
XYZ85.1295.1994.78-
YUV246.78123.04118.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.19%
GREEN value IS 255 (100% from 255) = 35.08%
BLUE value IS 238 (93.36% from 255) = 32.74%
R=32.19%
G=35.08%
B=32.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552380.0800.070131.4310095.88
HexEAFFEE8070836460
Octal35237735610070203144140
Binary1110101011111111111011101000011101000001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFEE; }

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

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

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

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

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

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

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

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