#EBF7D0

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

Shades of Snow Flurry #EBF7D0

Tints of Snow Flurry #EBF7D0

Color information

#EBF7D0 (or 0xEBF7D0) is unknown color: approx Snow Flurry. HEX triplet: EB, F7 and D0. RGB value is (235,247,208). Sum of RGB (Red+Green+Blue) = 235+247+208=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7D0 is #14082F. Grayscale: #EFEFEF. Windows color (decimal): -1312816 or 13694955. OLE color: 13694955.

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

Color convert

RGB235247208-
CMYK0.0500.160.03
HSL78.46º70.91%89.22%-
HSV(B)78.46º15.79%96.86%-
XYZ78.9188.7472.64-
YUV238.97110.52125.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 247 (96.88% from 255) = 35.80%
BLUE value IS 208 (81.64% from 255) = 30.14%
R=34.06%
G=35.80%
B=30.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472080.0500.160.0378.4670.9189.22
HexEBF7D0501034e4759
Octal35336732050203116107131
Binary11101011111101111101000010101000011100111010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7D0; }

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

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

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

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

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

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

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

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