#EAF3EB

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

Shades of Dew #EAF3EB

Tints of Dew #EAF3EB

Color information

#EAF3EB (or 0xEAF3EB) is unknown color: approx Dew. HEX triplet: EA, F3 and EB. RGB value is (234,243,235). Sum of RGB (Red+Green+Blue) = 234+243+235=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3EB is #150C14. Grayscale: #EFEFEF. Windows color (decimal): -1379349 or 15463402. OLE color: 15463402.

HSL color Cylindrical-coordinate representation of color #EAF3EB: hue angle of 126.67º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF3EB is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB234243235-
CMYK0.0400.030.05
HSL126.67º27.27%93.53%-
HSV(B)126.67º3.7%95.29%-
XYZ80.9887.5991.24-
YUV239.4125.52124.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 243 (95.31% from 255) = 34.13%
BLUE value IS 235 (92.19% from 255) = 33.01%
R=32.87%
G=34.13%
B=33.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432350.0400.030.05126.6727.2793.53
HexEAF3EB40357f1b5e
Octal352363353403517733136
Binary1110101011110011111010111000111011111111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3EB; }

 p { color: rgb(234,243,235); }

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

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

 a { background-color: rgb(234,243,235); }

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

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

 span { border-color: rgb(234,243,235); }

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