#EAFFBC

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

Shades of Snow Flurry #EAFFBC

Tints of Snow Flurry #EAFFBC

Color information

#EAFFBC (or 0xEAFFBC) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and BC. RGB value is (234,255,188). Sum of RGB (Red+Green+Blue) = 234+255+188=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 188 (73.83% from 255 or 27.77% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFBC is #150043. Grayscale: #F1F1F1. Windows color (decimal): -1376324 or 12386282. OLE color: 12386282.

HSL color Cylindrical-coordinate representation of color #EAFFBC: hue angle of 78.81º 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 #EAFFBC is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB234255188-
CMYK0.0800.260
HSL78.81º100%86.86%-
HSV(B)78.81º26.27%100%-
XYZ78.7792.6461.31-
YUV241.0898.04122.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 188 (73.83% from 255) = 27.77%
R=34.56%
G=37.67%
B=27.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551880.0800.26078.8110086.86
HexEAFFBC801A04f6457
Octal352377274100320117144127
Binary11101010111111111011110010000110100100111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFBC; }

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

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

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

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

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

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

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

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