#EAD9CB

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

Shades of Almond #EAD9CB

Tints of Almond #EAD9CB

Color information

#EAD9CB (or 0xEAD9CB) is unknown color: approx Almond. HEX triplet: EA, D9 and CB. RGB value is (234,217,203). Sum of RGB (Red+Green+Blue) = 234+217+203=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9CB is #152634. Grayscale: #DCDCDC. Windows color (decimal): -1386037 or 13359594. OLE color: 13359594.

HSL color Cylindrical-coordinate representation of color #EAD9CB: hue angle of 27.1º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAD9CB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234217203-
CMYK00.070.130.08
HSL27.1º42.47%85.69%-
HSV(B)27.1º13.25%91.76%-
XYZ69.5271.4366.62-
YUV220.49118.13137.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=35.78%
G=33.18%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421720300.070.130.0827.142.4785.69
HexEAD9CB07D81b2a56
Octal3523313130715103352126
Binary111010101101100111001011011111011000110111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9CB; }

 p { color: rgb(234,217,203); }

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

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

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

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

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

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

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