#EBDACB

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

Shades of Almond #EBDACB

Tints of Almond #EBDACB

Color information

#EBDACB (or 0xEBDACB) is unknown color: approx Almond. HEX triplet: EB, DA and CB. RGB value is (235,218,203). Sum of RGB (Red+Green+Blue) = 235+218+203=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDACB is #142534. Grayscale: #DDDDDD. Windows color (decimal): -1320245 or 13359851. OLE color: 13359851.

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

Color convert

RGB235218203-
CMYK00.070.140.08
HSL28.13º44.44%85.88%-
HSV(B)28.13º13.62%92.16%-
XYZ70.1172.1266.72-
YUV221.37117.63137.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=35.82%
G=33.23%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521820300.070.140.0828.1344.4485.88
HexEBDACB07E81c2c56
Octal3533323130716103454126
Binary111010111101101011001011011111101000111001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDACB; }

 p { color: rgb(235,218,203); }

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

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

 a { background-color: rgb(235,218,203); }

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

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

 span { border-color: rgb(235,218,203); }

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