#EAFFBD

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

Shades of Snow Flurry #EAFFBD

Tints of Snow Flurry #EAFFBD

Color information

#EAFFBD (or 0xEAFFBD) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and BD. RGB value is (234,255,189). Sum of RGB (Red+Green+Blue) = 234+255+189=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 189 (74.22% from 255 or 27.88% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFBD is #150042. Grayscale: #F1F1F1. Windows color (decimal): -1376323 or 12451818. OLE color: 12451818.

HSL color Cylindrical-coordinate representation of color #EAFFBD: hue angle of 79.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAFFBD is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB234255189-
CMYK0.0800.260
HSL79.09º100%87.06%-
HSV(B)79.09º25.88%100%-
XYZ78.8892.6961.88-
YUV241.298.54122.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 189 (74.22% from 255) = 27.88%
R=34.51%
G=37.61%
B=27.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551890.0800.26079.0910087.06
HexEAFFBD801A04f6457
Octal352377275100320117144127
Binary11101010111111111011110110000110100100111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFBD; }

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

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

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

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

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

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

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

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