#EBFEBF

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

Shades of Snow Flurry #EBFEBF

Tints of Snow Flurry #EBFEBF

Color information

#EBFEBF (or 0xEBFEBF) is unknown color: approx Snow Flurry. HEX triplet: EB, FE and BF. RGB value is (235,254,191). Sum of RGB (Red+Green+Blue) = 235+254+191=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 191 (75% from 255 or 28.09% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEBF is #140140. Grayscale: #F1F1F1. Windows color (decimal): -1311041 or 12582635. OLE color: 12582635.

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

Color convert

RGB235254191-
CMYK0.0700.250.00
HSL78.1º96.92%87.25%-
HSV(B)78.1º24.8%99.61%-
XYZ79.1192.3162.94-
YUV241.1499.71123.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 254 (99.61% from 255) = 37.35%
BLUE value IS 191 (75% from 255) = 28.09%
R=34.56%
G=37.35%
B=28.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352541910.0700.250.0078.196.9287.25
HexEBFEBF701904e6157
Octal35337627770310116141127
Binary1110101111111110101111111110110010100111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEBF; }

 p { color: rgb(235,254,191); }

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

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

 a { background-color: rgb(235,254,191); }

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

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

 span { border-color: rgb(235,254,191); }

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