#EBFED2

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

Shades of Snow Flurry #EBFED2

Tints of Snow Flurry #EBFED2

Color information

#EBFED2 (or 0xEBFED2) is unknown color: approx Snow Flurry. HEX triplet: EB, FE and D2. RGB value is (235,254,210). Sum of RGB (Red+Green+Blue) = 235+254+210=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFED2 is #14012D. Grayscale: #F3F3F3. Windows color (decimal): -1311022 or 13827819. OLE color: 13827819.

HSL color Cylindrical-coordinate representation of color #EBFED2: hue angle of 85.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBFED2 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB235254210-
CMYK0.0700.170.00
HSL85.91º95.65%90.98%-
HSV(B)85.91º17.32%99.61%-
XYZ81.3493.274.68-
YUV243.3109.21122.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 254 (99.61% from 255) = 36.34%
BLUE value IS 210 (82.42% from 255) = 30.04%
R=33.62%
G=36.34%
B=30.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542100.0700.170.0085.9195.6590.98
HexEBFED27011056605b
Octal35337632270210126140133
Binary1110101111111110110100101110100010101011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFED2; }

 p { color: rgb(235,254,210); }

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

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

 a { background-color: rgb(235,254,210); }

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

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

 span { border-color: rgb(235,254,210); }

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