#EAFEBD

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

Shades of Snow Flurry #EAFEBD

Tints of Snow Flurry #EAFEBD

Color information

#EAFEBD (or 0xEAFEBD) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and BD. RGB value is (234,254,189). Sum of RGB (Red+Green+Blue) = 234+254+189=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 189 (74.22% from 255 or 27.92% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEBD is #150142. Grayscale: #F0F0F0. Windows color (decimal): -1376579 or 12451562. OLE color: 12451562.

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

Color convert

RGB234254189-
CMYK0.0800.260.00
HSL78.46º97.01%86.86%-
HSV(B)78.46º25.59%99.61%-
XYZ78.5692.0561.77-
YUV240.6198.87123.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 189 (74.22% from 255) = 27.92%
R=34.56%
G=37.52%
B=27.92%

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
Decimal2342541890.0800.260.0078.4697.0186.86
HexEAFEBD801A04e6157
Octal352376275100320116141127
Binary11101010111111101011110110000110100100111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEBD; }

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

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

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

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

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

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

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

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