#EBFBD0

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

Shades of Snow Flurry #EBFBD0

Tints of Snow Flurry #EBFBD0

Color information

#EBFBD0 (or 0xEBFBD0) is unknown color: approx Snow Flurry. HEX triplet: EB, FB and D0. RGB value is (235,251,208). Sum of RGB (Red+Green+Blue) = 235+251+208=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBD0 is #14042F. Grayscale: #F1F1F1. Windows color (decimal): -1311792 or 13695979. OLE color: 13695979.

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

Color convert

RGB235251208-
CMYK0.0600.170.02
HSL82.33º84.31%90%-
HSV(B)82.33º17.13%98.43%-
XYZ80.1491.2173.06-
YUV241.31109.2123.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 208 (81.64% from 255) = 29.97%
R=33.86%
G=36.17%
B=29.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352512080.0600.170.0282.3384.3190
HexEBFBD06011252545a
Octal35337332060212122124132
Binary11101011111110111101000011001000110101001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBD0; }

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

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

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

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

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

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

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

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