#EBFAD0

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

Shades of Snow Flurry #EBFAD0

Tints of Snow Flurry #EBFAD0

Color information

#EBFAD0 (or 0xEBFAD0) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and D0. RGB value is (235,250,208). Sum of RGB (Red+Green+Blue) = 235+250+208=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAD0 is #14052F. Grayscale: #F0F0F0. Windows color (decimal): -1312048 or 13695723. OLE color: 13695723.

HSL color Cylindrical-coordinate representation of color #EBFAD0: hue angle of 81.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBFAD0 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB235250208-
CMYK0.0600.170.02
HSL81.43º80.77%89.8%-
HSV(B)81.43º16.8%98.04%-
XYZ79.8390.5972.95-
YUV240.73109.53123.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 208 (81.64% from 255) = 30.01%
R=33.91%
G=36.08%
B=30.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502080.0600.170.0281.4380.7789.8
HexEBFAD06011251515a
Octal35337232060212121121132
Binary11101011111110101101000011001000110101000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAD0; }

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

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

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

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

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

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

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

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