#EBFACD

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

Shades of Snow Flurry #EBFACD

Tints of Snow Flurry #EBFACD

Color information

#EBFACD (or 0xEBFACD) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and CD. RGB value is (235,250,205). Sum of RGB (Red+Green+Blue) = 235+250+205=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 205 (80.47% from 255 or 29.71% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFACD is #140532. Grayscale: #F0F0F0. Windows color (decimal): -1312051 or 13499115. OLE color: 13499115.

HSL color Cylindrical-coordinate representation of color #EBFACD: hue angle of 80º degrees, saturation: 0.82, 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 #EBFACD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB235250205-
CMYK0.0600.180.02
HSL80º81.82%89.22%-
HSV(B)80º18%98.04%-
XYZ79.4790.4471.03-
YUV240.38108.03124.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 205 (80.47% from 255) = 29.71%
R=34.06%
G=36.23%
B=29.71%

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
Decimal2352502050.0600.180.028081.8289.22
HexEBFACD60122505259
Octal35337231560222120122131
Binary11101011111110101100110111001001010101000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFACD; }

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

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

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

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

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

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

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

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