#EBF9BD

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

Shades of Snow Flurry #EBF9BD

Tints of Snow Flurry #EBF9BD

Color information

#EBF9BD (or 0xEBF9BD) is unknown color: approx Snow Flurry. HEX triplet: EB, F9 and BD. RGB value is (235,249,189). Sum of RGB (Red+Green+Blue) = 235+249+189=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 189 (74.22% from 255 or 28.08% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9BD is #140642. Grayscale: #EEEEEE. Windows color (decimal): -1312323 or 12450283. OLE color: 12450283.

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

Color convert

RGB235249189-
CMYK0.0600.240.02
HSL74º83.33%85.88%-
HSV(B)74º24.1%97.65%-
XYZ77.3289.0961.26-
YUV237.97100.36125.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 189 (74.22% from 255) = 28.08%
R=34.92%
G=37.00%
B=28.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352491890.0600.240.027483.3385.88
HexEBF9BD601824a5356
Octal35337127560302112123126
Binary11101011111110011011110111001100010100101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9BD; }

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

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

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

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

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

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

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

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