#EBFBBD

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

Shades of Snow Flurry #EBFBBD

Tints of Snow Flurry #EBFBBD

Color information

#EBFBBD (or 0xEBFBBD) is unknown color: approx Snow Flurry. HEX triplet: EB, FB and BD. RGB value is (235,251,189). Sum of RGB (Red+Green+Blue) = 235+251+189=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBBD is #140442. Grayscale: #EFEFEF. Windows color (decimal): -1311811 or 12450795. OLE color: 12450795.

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

Color convert

RGB235251189-
CMYK0.0600.250.02
HSL75.48º88.57%86.27%-
HSV(B)75.48º24.7%98.43%-
XYZ77.9490.3361.47-
YUV239.1599.7125.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 189 (74.22% from 255) = 28%
R=34.81%
G=37.19%
B=28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352511890.0600.250.0275.4888.5786.27
HexEBFBBD601924b5956
Octal35337327560312113131126
Binary11101011111110111011110111001100110100101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBBD; }

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

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

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

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

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

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

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

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