#EBFFBA

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

Shades of Snow Flurry #EBFFBA

Tints of Snow Flurry #EBFFBA

Color information

#EBFFBA (or 0xEBFFBA) is unknown color: approx Snow Flurry. HEX triplet: EB, FF and BA. RGB value is (235,255,186). Sum of RGB (Red+Green+Blue) = 235+255+186=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFBA is #140045. Grayscale: #F1F1F1. Windows color (decimal): -1310790 or 12255211. OLE color: 12255211.

HSL color Cylindrical-coordinate representation of color #EBFFBA: hue angle of 77.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBFFBA is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB235255186-
CMYK0.0800.270
HSL77.39º100%86.47%-
HSV(B)77.39º27.06%100%-
XYZ78.8892.7360.19-
YUV241.1596.87123.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 186 (73.05% from 255) = 27.51%
R=34.76%
G=37.72%
B=27.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551860.0800.27077.3910086.47
HexEBFFBA801B04d6456
Octal353377272100330115144126
Binary11101011111111111011101010000110110100110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFBA; }

 p { color: rgb(235,255,186); }

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

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

 a { background-color: rgb(235,255,186); }

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

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

 span { border-color: rgb(235,255,186); }

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