#EBF8BE

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

Shades of Snow Flurry #EBF8BE

Tints of Snow Flurry #EBF8BE

Color information

#EBF8BE (or 0xEBF8BE) is unknown color: approx Snow Flurry. HEX triplet: EB, F8 and BE. RGB value is (235,248,190). Sum of RGB (Red+Green+Blue) = 235+248+190=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8BE is #140741. Grayscale: #EDEDED. Windows color (decimal): -1312578 or 12515563. OLE color: 12515563.

HSL color Cylindrical-coordinate representation of color #EBF8BE: hue angle of 73.45º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBF8BE is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB235248190-
CMYK0.0500.230.03
HSL73.45º80.56%85.88%-
HSV(B)73.45º23.39%97.25%-
XYZ77.1288.5161.74-
YUV237.5101.19126.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 190 (74.61% from 255) = 28.23%
R=34.92%
G=36.85%
B=28.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352481900.0500.230.0373.4580.5685.88
HexEBF8BE50173495156
Octal35337027650273111121126
Binary11101011111110001011111010101011111100100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8BE; }

 p { color: rgb(235,248,190); }

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

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

 a { background-color: rgb(235,248,190); }

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

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

 span { border-color: rgb(235,248,190); }

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