#EAEAD5

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

Shades of Snow Drift #EAEAD5

Tints of Snow Drift #EAEAD5

Color information

#EAEAD5 (or 0xEAEAD5) is unknown color: approx Snow Drift. HEX triplet: EA, EA and D5. RGB value is (234,234,213). Sum of RGB (Red+Green+Blue) = 234+234+213=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAD5 is #15152A. Grayscale: #E7E7E7. Windows color (decimal): -1381675 or 14019306. OLE color: 14019306.

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

Color convert

RGB234234213-
CMYK000.090.08
HSL60º33.33%87.65%-
HSV(B)60º8.97%91.76%-
XYZ75.3681.1474.64-
YUV231.61117.5129.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 213 (83.59% from 255) = 31.28%
R=34.36%
G=34.36%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234213000.090.086033.3387.65
HexEAEAD500983c2158
Octal3523523250011107441130
Binary11101010111010101101010100100110001111001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAD5; }

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

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

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

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

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

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

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

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