#EAFFBA

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

Shades of Snow Flurry #EAFFBA

Tints of Snow Flurry #EAFFBA

Color information

#EAFFBA (or 0xEAFFBA) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and BA. RGB value is (234,255,186). Sum of RGB (Red+Green+Blue) = 234+255+186=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFBA is #150045. Grayscale: #F1F1F1. Windows color (decimal): -1376326 or 12255210. OLE color: 12255210.

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

Color convert

RGB234255186-
CMYK0.0800.270
HSL78.26º100%86.47%-
HSV(B)78.26º27.06%100%-
XYZ78.5592.5660.18-
YUV240.8697.04123.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 186 (73.05% from 255) = 27.56%
R=34.67%
G=37.78%
B=27.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551860.0800.27078.2610086.47
HexEAFFBA801B04e6456
Octal352377272100330116144126
Binary11101010111111111011101010000110110100111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFBA; }

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

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

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

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

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

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

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

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