#EBFED4

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

Shades of Snow Flurry #EBFED4

Tints of Snow Flurry #EBFED4

Color information

#EBFED4 (or 0xEBFED4) is unknown color: approx Snow Flurry. HEX triplet: EB, FE and D4. RGB value is (235,254,212). Sum of RGB (Red+Green+Blue) = 235+254+212=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 212 (83.20% from 255 or 30.24% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFED4 is #14012B. Grayscale: #F3F3F3. Windows color (decimal): -1311020 or 13958891. OLE color: 13958891.

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

Color convert

RGB235254212-
CMYK0.0700.170.00
HSL87.14º95.45%91.37%-
HSV(B)87.14º16.54%99.61%-
XYZ81.5993.376-
YUV243.53110.21121.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 212 (83.20% from 255) = 30.24%
R=33.52%
G=36.23%
B=30.24%

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
Decimal2352542120.0700.170.0087.1495.4591.37
HexEBFED470110575f5b
Octal35337632470210127137133
Binary1110101111111110110101001110100010101011110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFED4; }

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

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

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

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

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

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

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

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