#EBF2EC

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

Shades of Dew #EBF2EC

Tints of Dew #EBF2EC

Color information

#EBF2EC (or 0xEBF2EC) is unknown color: approx Dew. HEX triplet: EB, F2 and EC. RGB value is (235,242,236). Sum of RGB (Red+Green+Blue) = 235+242+236=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2EC is #140D13. Grayscale: #EFEFEF. Windows color (decimal): -1314068 or 15528683. OLE color: 15528683.

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

Color convert

RGB235242236-
CMYK0.0300.020.05
HSL128.57º21.21%93.53%-
HSV(B)128.57º2.89%94.9%-
XYZ81.1587.2291.92-
YUV239.22126.18124.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=32.96%
G=33.94%
B=33.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352422360.0300.020.05128.5721.2193.53
HexEBF2EC302581155e
Octal353362354302520125136
Binary1110101111110010111011001101010110000001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2EC; }

 p { color: rgb(235,242,236); }

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

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

 a { background-color: rgb(235,242,236); }

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

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

 span { border-color: rgb(235,242,236); }

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