#EBFFC2

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

Shades of Snow Flurry #EBFFC2

Tints of Snow Flurry #EBFFC2

Color information

#EBFFC2 (or 0xEBFFC2) is unknown color: approx Snow Flurry. HEX triplet: EB, FF and C2. RGB value is (235,255,194). Sum of RGB (Red+Green+Blue) = 235+255+194=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC2 is #14003D. Grayscale: #F2F2F2. Windows color (decimal): -1310782 or 12779499. OLE color: 12779499.

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

Color convert

RGB235255194-
CMYK0.0800.240
HSL79.67º100%88.04%-
HSV(B)79.67º23.92%100%-
XYZ79.7693.0864.8-
YUV242.07100.87122.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 194 (76.17% from 255) = 28.36%
R=34.36%
G=37.28%
B=28.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551940.0800.24079.6710088.04
HexEBFFC280180506458
Octal353377302100300120144130
Binary11101011111111111100001010000110000101000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFC2; }

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

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

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

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

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

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

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

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