#EAEAD4

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

Shades of Snow Drift #EAEAD4

Tints of Snow Drift #EAEAD4

Color information

#EAEAD4 (or 0xEAEAD4) is unknown color: approx Snow Drift. HEX triplet: EA, EA and D4. RGB value is (234,234,212). Sum of RGB (Red+Green+Blue) = 234+234+212=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAD4 is #15152B. Grayscale: #E7E7E7. Windows color (decimal): -1381676 or 13953770. OLE color: 13953770.

HSL color Cylindrical-coordinate representation of color #EAEAD4: hue angle of 60º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAEAD4 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234234212-
CMYK000.090.08
HSL60º34.38%87.45%-
HSV(B)60º9.4%91.76%-
XYZ75.2481.0973.97-
YUV231.49117129.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 212 (83.20% from 255) = 31.18%
R=34.41%
G=34.41%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234212000.090.086034.3887.45
HexEAEAD400983c2257
Octal3523523240011107442127
Binary11101010111010101101010000100110001111001000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAD4; }

 p { color: rgb(234,234,212); }

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

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

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

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

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

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

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