#E9D9CB

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

Shades of Almond #E9D9CB

Tints of Almond #E9D9CB

Color information

#E9D9CB (or 0xE9D9CB) is unknown color: approx Almond. HEX triplet: E9, D9 and CB. RGB value is (233,217,203). Sum of RGB (Red+Green+Blue) = 233+217+203=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9CB is #162634. Grayscale: #DCDCDC. Windows color (decimal): -1451573 or 13359593. OLE color: 13359593.

HSL color Cylindrical-coordinate representation of color #E9D9CB: hue angle of 28º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D9CB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233217203-
CMYK00.070.130.09
HSL28º40.54%85.49%-
HSV(B)28º12.88%91.37%-
XYZ69.271.2666.61-
YUV220.19118.3137.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.68%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=35.68%
G=33.23%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321720300.070.130.092840.5485.49
HexE9D9CB07D91c2955
Octal3513313130715113451125
Binary111010011101100111001011011111011001111001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D9CB; }

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

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

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

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

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

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

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

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