#EBDCCD

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

Shades of Almond #EBDCCD

Tints of Almond #EBDCCD

Color information

#EBDCCD (or 0xEBDCCD) is unknown color: approx Almond. HEX triplet: EB, DC and CD. RGB value is (235,220,205). Sum of RGB (Red+Green+Blue) = 235+220+205=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCCD is #142332. Grayscale: #DEDEDE. Windows color (decimal): -1319731 or 13491435. OLE color: 13491435.

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

Color convert

RGB235220205-
CMYK00.060.130.08
HSL30º42.86%86.27%-
HSV(B)30º12.77%92.16%-
XYZ70.8773.2668.16-
YUV222.77117.97136.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=35.61%
G=33.33%
B=31.06%

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
Decimal23522020500.060.130.083042.8686.27
HexEBDCCD06D81e2b56
Octal3533343150615103653126
Binary111010111101110011001101011011011000111101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCCD; }

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

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

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

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

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

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

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

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