#EAFEBB

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

Shades of Snow Flurry #EAFEBB

Tints of Snow Flurry #EAFEBB

Color information

#EAFEBB (or 0xEAFEBB) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and BB. RGB value is (234,254,187). Sum of RGB (Red+Green+Blue) = 234+254+187=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 187 (73.44% from 255 or 27.70% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEBB is #150144. Grayscale: #F0F0F0. Windows color (decimal): -1376581 or 12320490. OLE color: 12320490.

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

Color convert

RGB234254187-
CMYK0.0800.260.00
HSL77.91º97.1%86.47%-
HSV(B)77.91º26.38%99.61%-
XYZ78.3491.9660.64-
YUV240.3897.87123.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 187 (73.44% from 255) = 27.70%
R=34.67%
G=37.63%
B=27.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541870.0800.260.0077.9197.186.47
HexEAFEBB801A04e6156
Octal352376273100320116141126
Binary11101010111111101011101110000110100100111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEBB; }

 p { color: rgb(234,254,187); }

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

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

 a { background-color: rgb(234,254,187); }

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

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

 span { border-color: rgb(234,254,187); }

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