Html Css Color HEX #EAFED4 Snow Flurry

📋 copy color: '#EAFED4'

red 234 ◦ green 254 ◦ blue 212

#EAFED4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #EAFED4

Tints of Snow Flurry #EAFED4

RGB

 RED value IS 234 (91.8% from 255) = 33.43%

 GREEN value IS 254 (99.61% from 255) = 36.29%

 BLUE value IS 212 (83.2% from 255) = 30.29%

R = 33.43%
G = 36.29%
B = 30.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#EAFED4 (or 0xEAFED4) is known color: Snow Flurry. HEX triplet: EA, FE and D4. RGB value is (234,254,212). Sum of RGB (Red+Green+Blue) = 234+254+212=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 212 (83.20% from 255 or 30.29% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFED4 is #15012B. Grayscale: #F3F3F3. Windows color (decimal): -1376556 or 13958890. OLE color: 13958890.

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

Color convert

RGB 234 254 212 -
CMYK 0.08 0 0.17 0.00
HSL 88.57º 0.95% 0.91% -
HSV(B) 88.57º 0.17% 1% -
XYZ 81.26 93.13 75.98 -
YUV 243.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 234 254 212 0.08 0 0.17 0.00 88.57 0.95 0.91
Hex EA FE D4 8 0 11 0 59 5F 5B
Octal 352 376 324 10 0 21 0 131 137 133
Binary 11101010 11111110 11010100 1000 0 10001 0 1011001 1011111 1011011

Color Harmonies of #EAFED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFED4

Black with #EAFED4

Text Example


Text Example

White with #EAFED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFED4; }

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

 H1.HeaderClassName
 {
   color: #EAFED4;
 }
 .AnyTagClassName
 {
   color: #EAFED4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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