#EBDBCD

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

Shades of Almond #EBDBCD

Tints of Almond #EBDBCD

Color information

#EBDBCD (or 0xEBDBCD) is unknown color: approx Almond. HEX triplet: EB, DB and CD. RGB value is (235,219,205). Sum of RGB (Red+Green+Blue) = 235+219+205=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBCD is #142432. Grayscale: #DEDEDE. Windows color (decimal): -1319987 or 13491179. OLE color: 13491179.

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

Color convert

RGB235219205-
CMYK00.070.130.08
HSL28º42.86%86.27%-
HSV(B)28º12.77%92.16%-
XYZ70.6172.7368.07-
YUV222.19118.3137.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=35.66%
G=33.23%
B=31.11%

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
Decimal23521920500.070.130.082842.8686.27
HexEBDBCD07D81c2b56
Octal3533333150715103453126
Binary111010111101101111001101011111011000111001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBCD; }

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

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

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

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

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

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

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

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