#EBFABD

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

Shades of Snow Flurry #EBFABD

Tints of Snow Flurry #EBFABD

Color information

#EBFABD (or 0xEBFABD) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and BD. RGB value is (235,250,189). Sum of RGB (Red+Green+Blue) = 235+250+189=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFABD is #140542. Grayscale: #EEEEEE. Windows color (decimal): -1312067 or 12450539. OLE color: 12450539.

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

Color convert

RGB235250189-
CMYK0.0600.240.02
HSL74.75º85.92%86.08%-
HSV(B)74.75º24.4%98.04%-
XYZ77.6389.7161.37-
YUV238.56100.03125.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 189 (74.22% from 255) = 28.04%
R=34.87%
G=37.09%
B=28.04%

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
Decimal2352501890.0600.240.0274.7585.9286.08
HexEBFABD601824b5656
Octal35337227560302113126126
Binary11101011111110101011110111001100010100101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFABD; }

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

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

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

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

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

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

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

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