#EBF9D6

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

Shades of Snow Flurry #EBF9D6

Tints of Snow Flurry #EBF9D6

Color information

#EBF9D6 (or 0xEBF9D6) is unknown color: approx Snow Flurry. HEX triplet: EB, F9 and D6. RGB value is (235,249,214). Sum of RGB (Red+Green+Blue) = 235+249+214=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 249 (97.66% from 255 or 35.67% from 698); Blue value is 214 (83.98% from 255 or 30.66% from 698); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9D6 is #140629. Grayscale: #F0F0F0. Windows color (decimal): -1312298 or 14088683. OLE color: 14088683.

HSL color Cylindrical-coordinate representation of color #EBF9D6: hue angle of 84º degrees, saturation: 0.74, 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 #EBF9D6 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB235249214-
CMYK0.0600.140.02
HSL84º74.47%90.78%-
HSV(B)84º14.06%97.65%-
XYZ80.2790.2776.81-
YUV240.82112.86123.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 249 (97.66% from 255) = 35.67%
BLUE value IS 214 (83.98% from 255) = 30.66%
R=33.67%
G=35.67%
B=30.66%

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
Decimal2352492140.0600.140.028474.4790.78
HexEBF9D660E2544a5b
Octal35337132660162124112133
Binary1110101111111001110101101100111010101010010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9D6; }

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

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

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

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

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

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

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

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