#EBFFC0

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

Shades of Snow Flurry #EBFFC0

Tints of Snow Flurry #EBFFC0

Color information

#EBFFC0 (or 0xEBFFC0) is unknown color: approx Snow Flurry. HEX triplet: EB, FF and C0. RGB value is (235,255,192). Sum of RGB (Red+Green+Blue) = 235+255+192=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC0 is #14003F. Grayscale: #F2F2F2. Windows color (decimal): -1310784 or 12648427. OLE color: 12648427.

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

Color convert

RGB235255192-
CMYK0.0800.250
HSL79.05º100%87.65%-
HSV(B)79.05º24.71%100%-
XYZ79.5492.9963.63-
YUV241.8499.87123.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 192 (75.39% from 255) = 28.15%
R=34.46%
G=37.39%
B=28.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551920.0800.25079.0510087.65
HexEBFFC0801904f6458
Octal353377300100310117144130
Binary11101011111111111100000010000110010100111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFC0; }

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

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

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

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

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

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

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

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