#EAD8C9

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

Shades of Almond #EAD8C9

Tints of Almond #EAD8C9

Color information

#EAD8C9 (or 0xEAD8C9) is unknown color: approx Almond. HEX triplet: EA, D8 and C9. RGB value is (234,216,201). Sum of RGB (Red+Green+Blue) = 234+216+201=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8C9 is #152736. Grayscale: #DBDBDB. Windows color (decimal): -1386295 or 13228266. OLE color: 13228266.

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

Color convert

RGB234216201-
CMYK00.080.140.08
HSL27.27º44%85.29%-
HSV(B)27.27º14.1%91.76%-
XYZ69.0370.8265.29-
YUV219.67117.46138.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 216 (84.77% from 255) = 33.18%
BLUE value IS 201 (78.91% from 255) = 30.88%
R=35.94%
G=33.18%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421620100.080.140.0827.274485.29
HexEAD8C908E81b2c55
Octal35233031101016103354125
Binary1110101011011000110010010100011101000110111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8C9; }

 p { color: rgb(234,216,201); }

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

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

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

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

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

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

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