#EAFDC3

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

Shades of Snow Flurry #EAFDC3

Tints of Snow Flurry #EAFDC3

Color information

#EAFDC3 (or 0xEAFDC3) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and C3. RGB value is (234,253,195). Sum of RGB (Red+Green+Blue) = 234+253+195=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC3 is #15023C. Grayscale: #F0F0F0. Windows color (decimal): -1376829 or 12844522. OLE color: 12844522.

HSL color Cylindrical-coordinate representation of color #EAFDC3: hue angle of 79.66º degrees, saturation: 0.94, 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 #EAFDC3 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB234253195-
CMYK0.0800.230.01
HSL79.66º93.55%87.84%-
HSV(B)79.66º22.92%99.22%-
XYZ78.9191.6865.17-
YUV240.71102.21123.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 195 (76.56% from 255) = 28.59%
R=34.31%
G=37.10%
B=28.59%

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
Decimal2342531950.0800.230.0179.6693.5587.84
HexEAFDC380171505e58
Octal352375303100271120136130
Binary11101010111111011100001110000101111101000010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDC3; }

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

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

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

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

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

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

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

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