#EBDBC9

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

Shades of Almond #EBDBC9

Tints of Almond #EBDBC9

Color information

#EBDBC9 (or 0xEBDBC9) is unknown color: approx Almond. HEX triplet: EB, DB and C9. RGB value is (235,219,201). Sum of RGB (Red+Green+Blue) = 235+219+201=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC9 is #142436. Grayscale: #DDDDDD. Windows color (decimal): -1319991 or 13229035. OLE color: 13229035.

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

Color convert

RGB235219201-
CMYK00.070.140.08
HSL31.76º45.95%85.49%-
HSV(B)31.76º14.47%92.16%-
XYZ70.1472.5465.56-
YUV221.73116.3137.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 201 (78.91% from 255) = 30.69%
R=35.88%
G=33.44%
B=30.69%

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
Decimal23521920100.070.140.0831.7645.9585.49
HexEBDBC907E8202e55
Octal3533333110716104056125
Binary1110101111011011110010010111111010001000001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBC9; }

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

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

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

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

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

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

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

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