#EBF7D5

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

Shades of Snow Flurry #EBF7D5

Tints of Snow Flurry #EBF7D5

Color information

#EBF7D5 (or 0xEBF7D5) is unknown color: approx Snow Flurry. HEX triplet: EB, F7 and D5. RGB value is (235,247,213). Sum of RGB (Red+Green+Blue) = 235+247+213=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 247 (96.88% from 255 or 35.54% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7D5 is #14082A. Grayscale: #EFEFEF. Windows color (decimal): -1312811 or 14022635. OLE color: 14022635.

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

Color convert

RGB235247213-
CMYK0.0500.140.03
HSL81.18º68%90.2%-
HSV(B)81.18º13.77%96.86%-
XYZ79.5388.9975.94-
YUV239.54113.02124.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 247 (96.88% from 255) = 35.54%
BLUE value IS 213 (83.59% from 255) = 30.65%
R=33.81%
G=35.54%
B=30.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472130.0500.140.0381.186890.2
HexEBF7D550E351445a
Octal35336732550163121104132
Binary1110101111110111110101011010111011101000110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7D5; }

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

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

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

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

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

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

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

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