#EBF4ED

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

Shades of Dew #EBF4ED

Tints of Dew #EBF4ED

Color information

#EBF4ED (or 0xEBF4ED) is unknown color: approx Dew. HEX triplet: EB, F4 and ED. RGB value is (235,244,237). Sum of RGB (Red+Green+Blue) = 235+244+237=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4ED is #140B12. Grayscale: #F0F0F0. Windows color (decimal): -1313555 or 15594731. OLE color: 15594731.

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

Color convert

RGB235244237-
CMYK0.0400.030.04
HSL133.33º29.03%93.92%-
HSV(B)133.33º3.69%95.69%-
XYZ81.988.4892.88-
YUV240.51126.02124.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 244 (95.70% from 255) = 34.08%
BLUE value IS 237 (92.97% from 255) = 33.10%
R=32.82%
G=34.08%
B=33.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352442370.0400.030.04133.3329.0393.92
HexEBF4ED4034851d5e
Octal353364355403420535136
Binary11101011111101001110110110001110010000101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4ED; }

 p { color: rgb(235,244,237); }

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

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

 a { background-color: rgb(235,244,237); }

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

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

 span { border-color: rgb(235,244,237); }

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