#EBF3ED

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

Shades of Dew #EBF3ED

Tints of Dew #EBF3ED

Color information

#EBF3ED (or 0xEBF3ED) is unknown color: approx Dew. HEX triplet: EB, F3 and ED. RGB value is (235,243,237). Sum of RGB (Red+Green+Blue) = 235+243+237=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3ED is #140C12. Grayscale: #EFEFEF. Windows color (decimal): -1313811 or 15594475. OLE color: 15594475.

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

Color convert

RGB235243237-
CMYK0.0300.020.05
HSL135º25%93.73%-
HSV(B)135º3.29%95.29%-
XYZ81.687.8892.78-
YUV239.92126.35124.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 243 (95.31% from 255) = 33.99%
BLUE value IS 237 (92.97% from 255) = 33.15%
R=32.87%
G=33.99%
B=33.15%

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
Decimal2352432370.0300.020.051352593.73
HexEBF3ED302587195e
Octal353363355302520731136
Binary1110101111110011111011011101010110000111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3ED; }

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

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

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

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

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

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

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

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