#EAFDC1

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

Shades of Snow Flurry #EAFDC1

Tints of Snow Flurry #EAFDC1

Color information

#EAFDC1 (or 0xEAFDC1) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and C1. RGB value is (234,253,193). Sum of RGB (Red+Green+Blue) = 234+253+193=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 193 (75.78% from 255 or 28.38% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC1 is #15023E. Grayscale: #F0F0F0. Windows color (decimal): -1376831 or 12713450. OLE color: 12713450.

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

Color convert

RGB234253193-
CMYK0.0800.240.01
HSL79º93.75%87.45%-
HSV(B)79º23.72%99.22%-
XYZ78.6891.5963.98-
YUV240.48101.21123.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 193 (75.78% from 255) = 28.38%
R=34.41%
G=37.21%
B=28.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531930.0800.240.017993.7587.45
HexEAFDC1801814f5e57
Octal352375301100301117136127
Binary11101010111111011100000110000110001100111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDC1; }

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

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

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

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

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

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

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

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