#EAFACD

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

Shades of Snow Flurry #EAFACD

Tints of Snow Flurry #EAFACD

Color information

#EAFACD (or 0xEAFACD) is unknown color: approx Snow Flurry. HEX triplet: EA, FA and CD. RGB value is (234,250,205). Sum of RGB (Red+Green+Blue) = 234+250+205=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFACD is #150532. Grayscale: #F0F0F0. Windows color (decimal): -1377587 or 13499114. OLE color: 13499114.

HSL color Cylindrical-coordinate representation of color #EAFACD: hue angle of 81.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAFACD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB234250205-
CMYK0.0600.180.02
HSL81.33º81.82%89.22%-
HSV(B)81.33º18%98.04%-
XYZ79.1490.2771.01-
YUV240.09108.2123.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 205 (80.47% from 255) = 29.75%
R=33.96%
G=36.28%
B=29.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502050.0600.180.0281.3381.8289.22
HexEAFACD60122515259
Octal35237231560222121122131
Binary11101010111110101100110111001001010101000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFACD; }

 p { color: rgb(234,250,205); }

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

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

 a { background-color: rgb(234,250,205); }

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

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

 span { border-color: rgb(234,250,205); }

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