#EBF3EC

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

Shades of Dew #EBF3EC

Tints of Dew #EBF3EC

Color information

#EBF3EC (or 0xEBF3EC) is unknown color: approx Dew. HEX triplet: EB, F3 and EC. RGB value is (235,243,236). Sum of RGB (Red+Green+Blue) = 235+243+236=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3EC is #140C13. Grayscale: #EFEFEF. Windows color (decimal): -1313812 or 15528939. OLE color: 15528939.

HSL color Cylindrical-coordinate representation of color #EBF3EC: hue angle of 127.5º degrees, saturation: 0.25, 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 #EBF3EC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB235243236-
CMYK0.0300.030.05
HSL127.5º25%93.73%-
HSV(B)127.5º3.29%95.29%-
XYZ81.4587.8292.01-
YUV239.81125.85124.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 243 (95.31% from 255) = 34.03%
BLUE value IS 236 (92.58% from 255) = 33.05%
R=32.91%
G=34.03%
B=33.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352432360.0300.030.05127.52593.73
HexEBF3EC30357f195e
Octal353363354303517731136
Binary111010111111001111101100110111011111111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3EC; }

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

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

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

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

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

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

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

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