#EBFACE

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

Shades of Snow Flurry #EBFACE

Tints of Snow Flurry #EBFACE

Color information

#EBFACE (or 0xEBFACE) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and CE. RGB value is (235,250,206). Sum of RGB (Red+Green+Blue) = 235+250+206=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFACE is #140531. Grayscale: #F0F0F0. Windows color (decimal): -1312050 or 13564651. OLE color: 13564651.

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

Color convert

RGB235250206-
CMYK0.0600.180.02
HSL80.45º81.48%89.41%-
HSV(B)80.45º17.6%98.04%-
XYZ79.5990.4971.66-
YUV240.5108.53124.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 206 (80.86% from 255) = 29.81%
R=34.01%
G=36.18%
B=29.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502060.0600.180.0280.4581.4889.41
HexEBFACE60122505159
Octal35337231660222120121131
Binary11101011111110101100111011001001010101000010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFACE; }

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

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

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

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

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

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

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

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