#EEDBCB

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

Shades of Almond #EEDBCB

Tints of Almond #EEDBCB

Color information

#EEDBCB (or 0xEEDBCB) is unknown color: approx Almond. HEX triplet: EE, DB and CB. RGB value is (238,219,203). Sum of RGB (Red+Green+Blue) = 238+219+203=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBCB is #112434. Grayscale: #DEDEDE. Windows color (decimal): -1123381 or 13360110. OLE color: 13360110.

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

Color convert

RGB238219203-
CMYK00.080.150.07
HSL27.43º50.72%86.47%-
HSV(B)27.43º14.71%93.33%-
XYZ71.3773.1566.86-
YUV222.86116.79138.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 219 (85.94% from 255) = 33.18%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=36.06%
G=33.18%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821920300.080.150.0727.4350.7286.47
HexEEDBCB08F71b3356
Octal3563333130101773363126
Binary111011101101101111001011010001111111110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBCB; }

 p { color: rgb(238,219,203); }

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

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

 a { background-color: rgb(238,219,203); }

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

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

 span { border-color: rgb(238,219,203); }

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