#EBF8EE

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

Shades of Dew #EBF8EE

Tints of Dew #EBF8EE

Color information

#EBF8EE (or 0xEBF8EE) is unknown color: approx Dew. HEX triplet: EB, F8 and EE. RGB value is (235,248,238). Sum of RGB (Red+Green+Blue) = 235+248+238=721 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.59% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8EE is #140711. Grayscale: #F3F3F3. Windows color (decimal): -1312530 or 15661291. OLE color: 15661291.

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

Color convert

RGB235248238-
CMYK0.0500.040.03
HSL133.85º48.15%94.71%-
HSV(B)133.85º5.24%97.25%-
XYZ83.2690.9794.06-
YUV242.97125.19122.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.59%
GREEN value IS 248 (97.27% from 255) = 34.40%
BLUE value IS 238 (93.36% from 255) = 33.01%
R=32.59%
G=34.40%
B=33.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352482380.0500.040.03133.8548.1594.71
HexEBF8EE504386305f
Octal353370356504320660137
Binary111010111111100011101110101010011100001101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8EE; }

 p { color: rgb(235,248,238); }

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

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

 a { background-color: rgb(235,248,238); }

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

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

 span { border-color: rgb(235,248,238); }

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