#EBFFC3

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

Shades of Snow Flurry #EBFFC3

Tints of Snow Flurry #EBFFC3

Color information

#EBFFC3 (or 0xEBFFC3) is unknown color: approx Snow Flurry. HEX triplet: EB, FF and C3. RGB value is (235,255,195). Sum of RGB (Red+Green+Blue) = 235+255+195=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC3 is #14003C. Grayscale: #F2F2F2. Windows color (decimal): -1310781 or 12845035. OLE color: 12845035.

HSL color Cylindrical-coordinate representation of color #EBFFC3: hue angle of 80º 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 #EBFFC3 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB235255195-
CMYK0.0800.240
HSL80º100%88.24%-
HSV(B)80º23.53%100%-
XYZ79.8793.1265.39-
YUV242.18101.37122.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 195 (76.56% from 255) = 28.47%
R=34.31%
G=37.23%
B=28.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551950.0800.2408010088.24
HexEBFFC380180506458
Octal353377303100300120144130
Binary11101011111111111100001110000110000101000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFC3; }

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

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

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

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

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

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

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

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