#EBFBD3

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

Shades of Snow Flurry #EBFBD3

Tints of Snow Flurry #EBFBD3

Color information

#EBFBD3 (or 0xEBFBD3) is unknown color: approx Snow Flurry. HEX triplet: EB, FB and D3. RGB value is (235,251,211). Sum of RGB (Red+Green+Blue) = 235+251+211=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 211 (82.81% from 255 or 30.27% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBD3 is #14042C. Grayscale: #F1F1F1. Windows color (decimal): -1311789 or 13892587. OLE color: 13892587.

HSL color Cylindrical-coordinate representation of color #EBFBD3: hue angle of 84º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBFBD3 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB235251211-
CMYK0.0600.160.02
HSL84º83.33%90.59%-
HSV(B)84º15.94%98.43%-
XYZ80.5291.3675.02-
YUV241.66110.7123.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 251 (98.44% from 255) = 36.01%
BLUE value IS 211 (82.81% from 255) = 30.27%
R=33.72%
G=36.01%
B=30.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352512110.0600.160.028483.3390.59
HexEBFBD36010254535b
Octal35337332360202124123133
Binary11101011111110111101001111001000010101010010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBD3; }

 p { color: rgb(235,251,211); }

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

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

 a { background-color: rgb(235,251,211); }

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

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

 span { border-color: rgb(235,251,211); }

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