#EAFDC6

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

Shades of Snow Flurry #EAFDC6

Tints of Snow Flurry #EAFDC6

Color information

#EAFDC6 (or 0xEAFDC6) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and C6. RGB value is (234,253,198). Sum of RGB (Red+Green+Blue) = 234+253+198=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC6 is #150239. Grayscale: #F1F1F1. Windows color (decimal): -1376826 or 13041130. OLE color: 13041130.

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

Color convert

RGB234253198-
CMYK0.0800.220.01
HSL80.73º93.22%88.43%-
HSV(B)80.73º21.74%99.22%-
XYZ79.2591.8266.97-
YUV241.05103.71122.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 198 (77.73% from 255) = 28.91%
R=34.16%
G=36.93%
B=28.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531980.0800.220.0180.7393.2288.43
HexEAFDC680161515d58
Octal352375306100261121135130
Binary11101010111111011100011010000101101101000110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDC6; }

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

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

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

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

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

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

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

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