#EBF5D5

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

Shades of Snow Flurry #EBF5D5

Tints of Snow Flurry #EBF5D5

Color information

#EBF5D5 (or 0xEBF5D5) is unknown color: approx Snow Flurry. HEX triplet: EB, F5 and D5. RGB value is (235,245,213). Sum of RGB (Red+Green+Blue) = 235+245+213=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 245 (96.09% from 255 or 35.35% from 693); Blue value is 213 (83.59% from 255 or 30.74% from 693); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5D5 is #140A2A. Grayscale: #EEEEEE. Windows color (decimal): -1313323 or 14022123. OLE color: 14022123.

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

Color convert

RGB235245213-
CMYK0.0400.130.04
HSL78.75º61.54%89.8%-
HSV(B)78.75º13.06%96.08%-
XYZ78.9287.7775.73-
YUV238.36113.69125.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 245 (96.09% from 255) = 35.35%
BLUE value IS 213 (83.59% from 255) = 30.74%
R=33.91%
G=35.35%
B=30.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352452130.0400.130.0478.7561.5489.8
HexEBF5D540D44f3e5a
Octal3533653254015411776132
Binary1110101111110101110101011000110110010011111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5D5; }

 p { color: rgb(235,245,213); }

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

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

 a { background-color: rgb(235,245,213); }

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

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

 span { border-color: rgb(235,245,213); }

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