#EADBCD

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

Shades of Almond #EADBCD

Tints of Almond #EADBCD

Color information

#EADBCD (or 0xEADBCD) is unknown color: approx Almond. HEX triplet: EA, DB and CD. RGB value is (234,219,205). Sum of RGB (Red+Green+Blue) = 234+219+205=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBCD is #152432. Grayscale: #DDDDDD. Windows color (decimal): -1385523 or 13491178. OLE color: 13491178.

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

Color convert

RGB234219205-
CMYK00.060.120.08
HSL28.97º40.85%86.08%-
HSV(B)28.97º12.39%91.76%-
XYZ70.2872.5668.06-
YUV221.89118.47136.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=35.56%
G=33.28%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421920500.060.120.0828.9740.8586.08
HexEADBCD06C81d2956
Octal3523333150614103551126
Binary111010101101101111001101011011001000111011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBCD; }

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

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

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

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

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

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

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

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