#EBFABF

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

Shades of Snow Flurry #EBFABF

Tints of Snow Flurry #EBFABF

Color information

#EBFABF (or 0xEBFABF) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and BF. RGB value is (235,250,191). Sum of RGB (Red+Green+Blue) = 235+250+191=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFABF is #140540. Grayscale: #EFEFEF. Windows color (decimal): -1312065 or 12581611. OLE color: 12581611.

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

Color convert

RGB235250191-
CMYK0.0600.240.02
HSL75.25º85.51%86.47%-
HSV(B)75.25º23.6%98.04%-
XYZ77.8589.7962.52-
YUV238.79101.03125.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 191 (75% from 255) = 28.25%
R=34.76%
G=36.98%
B=28.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501910.0600.240.0275.2585.5186.47
HexEBFABF601824b5656
Octal35337227760302113126126
Binary11101011111110101011111111001100010100101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFABF; }

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

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

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

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

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

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

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

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