#EBD9C9

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

Shades of Almond #EBD9C9

Tints of Almond #EBD9C9

Color information

#EBD9C9 (or 0xEBD9C9) is unknown color: approx Almond. HEX triplet: EB, D9 and C9. RGB value is (235,217,201). Sum of RGB (Red+Green+Blue) = 235+217+201=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9C9 is #142636. Grayscale: #DCDCDC. Windows color (decimal): -1320503 or 13228523. OLE color: 13228523.

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

Color convert

RGB235217201-
CMYK00.080.140.08
HSL28.24º45.95%85.49%-
HSV(B)28.24º14.47%92.16%-
XYZ69.6271.565.39-
YUV220.56116.96138.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 201 (78.91% from 255) = 30.78%
R=35.99%
G=33.23%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521720100.080.140.0828.2445.9585.49
HexEBD9C908E81c2e55
Octal35333131101016103456125
Binary1110101111011001110010010100011101000111001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9C9; }

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

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

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

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

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

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

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

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