#EBFCBF

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

Shades of Snow Flurry #EBFCBF

Tints of Snow Flurry #EBFCBF

Color information

#EBFCBF (or 0xEBFCBF) is unknown color: approx Snow Flurry. HEX triplet: EB, FC and BF. RGB value is (235,252,191). Sum of RGB (Red+Green+Blue) = 235+252+191=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 191 (75% from 255 or 28.17% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCBF is #140340. Grayscale: #F0F0F0. Windows color (decimal): -1311553 or 12582123. OLE color: 12582123.

HSL color Cylindrical-coordinate representation of color #EBFCBF: hue angle of 76.72º degrees, saturation: 0.91, 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 #EBFCBF is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB235252191-
CMYK0.0700.240.01
HSL76.72º91.04%86.86%-
HSV(B)76.72º24.21%98.82%-
XYZ78.4891.0462.73-
YUV239.96100.37124.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 191 (75% from 255) = 28.17%
R=34.66%
G=37.17%
B=28.17%

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
Decimal2352521910.0700.240.0176.7291.0486.86
HexEBFCBF701814d5b57
Octal35337427770301115133127
Binary1110101111111100101111111110110001100110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCBF; }

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

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

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

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

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

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

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

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