#EBFDBD

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

Shades of Snow Flurry #EBFDBD

Tints of Snow Flurry #EBFDBD

Color information

#EBFDBD (or 0xEBFDBD) is unknown color: approx Snow Flurry. HEX triplet: EB, FD and BD. RGB value is (235,253,189). Sum of RGB (Red+Green+Blue) = 235+253+189=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 189 (74.22% from 255 or 27.92% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDBD is #140242. Grayscale: #F0F0F0. Windows color (decimal): -1311299 or 12451307. OLE color: 12451307.

HSL color Cylindrical-coordinate representation of color #EBFDBD: hue angle of 76.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBFDBD is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB235253189-
CMYK0.0700.250.01
HSL76.88º94.12%86.67%-
HSV(B)76.88º25.3%99.22%-
XYZ78.5791.5961.68-
YUV240.3299.04124.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 189 (74.22% from 255) = 27.92%
R=34.71%
G=37.37%
B=27.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531890.0700.250.0176.8894.1286.67
HexEBFDBD701914d5e57
Octal35337527570311115136127
Binary1110101111111101101111011110110011100110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDBD; }

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

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

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

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

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

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

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

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