#EBFAC6

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

Shades of Snow Flurry #EBFAC6

Tints of Snow Flurry #EBFAC6

Color information

#EBFAC6 (or 0xEBFAC6) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and C6. RGB value is (235,250,198). Sum of RGB (Red+Green+Blue) = 235+250+198=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 198 (77.73% from 255 or 28.99% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAC6 is #140539. Grayscale: #EFEFEF. Windows color (decimal): -1312058 or 13040363. OLE color: 13040363.

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

Color convert

RGB235250198-
CMYK0.0600.210.02
HSL77.31º83.87%87.84%-
HSV(B)77.31º20.8%98.04%-
XYZ78.6490.1166.67-
YUV239.59104.53124.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 198 (77.73% from 255) = 28.99%
R=34.41%
G=36.60%
B=28.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501980.0600.210.0277.3183.8787.84
HexEBFAC6601524d5458
Octal35337230660252115124130
Binary11101011111110101100011011001010110100110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAC6; }

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

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

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

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

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

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

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

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