#EADBC9

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

Shades of Almond #EADBC9

Tints of Almond #EADBC9

Color information

#EADBC9 (or 0xEADBC9) is unknown color: approx Almond. HEX triplet: EA, DB and C9. RGB value is (234,219,201). Sum of RGB (Red+Green+Blue) = 234+219+201=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBC9 is #152436. Grayscale: #DDDDDD. Windows color (decimal): -1385527 or 13229034. OLE color: 13229034.

HSL color Cylindrical-coordinate representation of color #EADBC9: hue angle of 32.73º 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 #EADBC9 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234219201-
CMYK00.060.140.08
HSL32.73º44%85.29%-
HSV(B)32.73º14.1%91.76%-
XYZ69.8172.3765.55-
YUV221.43116.47136.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=35.78%
G=33.49%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421920100.060.140.0832.734485.29
HexEADBC906E8212c55
Octal3523333110616104154125
Binary1110101011011011110010010110111010001000011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBC9; }

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

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

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

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

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

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

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

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