#EBDCCA

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

Shades of Almond #EBDCCA

Tints of Almond #EBDCCA

Color information

#EBDCCA (or 0xEBDCCA) is unknown color: approx Almond. HEX triplet: EB, DC and CA. RGB value is (235,220,202). Sum of RGB (Red+Green+Blue) = 235+220+202=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCCA is #142335. Grayscale: #DEDEDE. Windows color (decimal): -1319734 or 13294827. OLE color: 13294827.

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

Color convert

RGB235220202-
CMYK00.060.140.08
HSL32.73º45.21%85.69%-
HSV(B)32.73º14.04%92.16%-
XYZ70.5173.1166.27-
YUV222.43116.47136.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=35.77%
G=33.49%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522020200.060.140.0832.7345.2185.69
HexEBDCCA06E8212d56
Octal3533343120616104155126
Binary1110101111011100110010100110111010001000011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCCA; }

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

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

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

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

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

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

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

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