#EBFDC0

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

Shades of Snow Flurry #EBFDC0

Tints of Snow Flurry #EBFDC0

Color information

#EBFDC0 (or 0xEBFDC0) is unknown color: approx Snow Flurry. HEX triplet: EB, FD and C0. RGB value is (235,253,192). Sum of RGB (Red+Green+Blue) = 235+253+192=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDC0 is #14023F. Grayscale: #F0F0F0. Windows color (decimal): -1311296 or 12647915. OLE color: 12647915.

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

Color convert

RGB235253192-
CMYK0.0700.240.01
HSL77.7º93.85%87.25%-
HSV(B)77.7º24.11%99.22%-
XYZ78.991.7263.41-
YUV240.66100.54123.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 192 (75.39% from 255) = 28.24%
R=34.56%
G=37.21%
B=28.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531920.0700.240.0177.793.8587.25
HexEBFDC0701814e5e57
Octal35337530070301116136127
Binary1110101111111101110000001110110001100111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDC0; }

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

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

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

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

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

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

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

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