#EAFCBD

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

Shades of Snow Flurry #EAFCBD

Tints of Snow Flurry #EAFCBD

Color information

#EAFCBD (or 0xEAFCBD) is unknown color: approx Snow Flurry. HEX triplet: EA, FC and BD. RGB value is (234,252,189). Sum of RGB (Red+Green+Blue) = 234+252+189=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCBD is #150342. Grayscale: #EFEFEF. Windows color (decimal): -1377091 or 12451050. OLE color: 12451050.

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

Color convert

RGB234252189-
CMYK0.0700.250.01
HSL77.14º91.3%86.47%-
HSV(B)77.14º25%98.82%-
XYZ77.9390.7961.56-
YUV239.4499.54124.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 252 (98.83% from 255) = 37.33%
BLUE value IS 189 (74.22% from 255) = 28%
R=34.67%
G=37.33%
B=28%

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
Decimal2342521890.0700.250.0177.1491.386.47
HexEAFCBD701914d5b56
Octal35237427570311115133126
Binary1110101011111100101111011110110011100110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCBD; }

 p { color: rgb(234,252,189); }

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

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

 a { background-color: rgb(234,252,189); }

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

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

 span { border-color: rgb(234,252,189); }

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