#EAFDC4

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

Shades of Snow Flurry #EAFDC4

Tints of Snow Flurry #EAFDC4

Color information

#EAFDC4 (or 0xEAFDC4) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and C4. RGB value is (234,253,196). Sum of RGB (Red+Green+Blue) = 234+253+196=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 196 (76.95% from 255 or 28.70% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC4 is #15023B. Grayscale: #F1F1F1. Windows color (decimal): -1376828 or 12910058. OLE color: 12910058.

HSL color Cylindrical-coordinate representation of color #EAFDC4: hue angle of 80º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFDC4 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB234253196-
CMYK0.0800.230.01
HSL80º93.44%88.04%-
HSV(B)80º22.53%99.22%-
XYZ79.0291.7365.77-
YUV240.82102.71123.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 196 (76.95% from 255) = 28.70%
R=34.26%
G=37.04%
B=28.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531960.0800.230.018093.4488.04
HexEAFDC480171505d58
Octal352375304100271120135130
Binary11101010111111011100010010000101111101000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDC4; }

 p { color: rgb(234,253,196); }

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

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

 a { background-color: rgb(234,253,196); }

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

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

 span { border-color: rgb(234,253,196); }

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