#EBF9D5

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

Shades of Snow Flurry #EBF9D5

Tints of Snow Flurry #EBF9D5

Color information

#EBF9D5 (or 0xEBF9D5) is unknown color: approx Snow Flurry. HEX triplet: EB, F9 and D5. RGB value is (235,249,213). Sum of RGB (Red+Green+Blue) = 235+249+213=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 249 (97.66% from 255 or 35.72% from 697); Blue value is 213 (83.59% from 255 or 30.56% from 697); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9D5 is #14062A. Grayscale: #F0F0F0. Windows color (decimal): -1312299 or 14023147. OLE color: 14023147.

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

Color convert

RGB235249213-
CMYK0.0600.140.02
HSL83.33º75%90.59%-
HSV(B)83.33º14.46%97.65%-
XYZ80.1590.2276.14-
YUV240.71112.36123.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 249 (97.66% from 255) = 35.72%
BLUE value IS 213 (83.59% from 255) = 30.56%
R=33.72%
G=35.72%
B=30.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352492130.0600.140.0283.337590.59
HexEBF9D560E2534b5b
Octal35337132560162123113133
Binary1110101111111001110101011100111010101001110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9D5; }

 p { color: rgb(235,249,213); }

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

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

 a { background-color: rgb(235,249,213); }

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

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

 span { border-color: rgb(235,249,213); }

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