#EBFDBE

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

Shades of Snow Flurry #EBFDBE

Tints of Snow Flurry #EBFDBE

Color information

#EBFDBE (or 0xEBFDBE) is unknown color: approx Snow Flurry. HEX triplet: EB, FD and BE. RGB value is (235,253,190). Sum of RGB (Red+Green+Blue) = 235+253+190=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDBE is #140241. Grayscale: #F0F0F0. Windows color (decimal): -1311298 or 12516843. OLE color: 12516843.

HSL color Cylindrical-coordinate representation of color #EBFDBE: hue angle of 77.14º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBFDBE is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB235253190-
CMYK0.0700.250.01
HSL77.14º94.03%86.86%-
HSV(B)77.14º24.9%99.22%-
XYZ78.6891.6362.25-
YUV240.4499.54124.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 253 (99.22% from 255) = 37.32%
BLUE value IS 190 (74.61% from 255) = 28.02%
R=34.66%
G=37.32%
B=28.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531900.0700.250.0177.1494.0386.86
HexEBFDBE701914d5e57
Octal35337527670311115136127
Binary1110101111111101101111101110110011100110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDBE; }

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

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

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

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

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

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

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

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