#EADCCB

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

Shades of Almond #EADCCB

Tints of Almond #EADCCB

Color information

#EADCCB (or 0xEADCCB) is unknown color: approx Almond. HEX triplet: EA, DC and CB. RGB value is (234,220,203). Sum of RGB (Red+Green+Blue) = 234+220+203=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCCB is #152334. Grayscale: #DEDEDE. Windows color (decimal): -1385269 or 13360362. OLE color: 13360362.

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

Color convert

RGB234220203-
CMYK00.060.130.08
HSL32.9º42.47%85.69%-
HSV(B)32.9º13.25%91.76%-
XYZ70.372.9966.88-
YUV222.25117.14136.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=35.62%
G=33.49%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422020300.060.130.0832.942.4785.69
HexEADCCB06D8212a56
Octal3523343130615104152126
Binary1110101011011100110010110110110110001000011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCCB; }

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

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

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

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

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

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

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

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