#EBD9C7

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

Shades of Almond #EBD9C7

Tints of Almond #EBD9C7

Color information

#EBD9C7 (or 0xEBD9C7) is unknown color: approx Almond. HEX triplet: EB, D9 and C7. RGB value is (235,217,199). Sum of RGB (Red+Green+Blue) = 235+217+199=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9C7 is #142638. Grayscale: #DCDCDC. Windows color (decimal): -1320505 or 13097451. OLE color: 13097451.

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

Color convert

RGB235217199-
CMYK00.080.150.08
HSL30º47.37%85.1%-
HSV(B)30º15.32%92.16%-
XYZ69.3871.4164.16-
YUV220.33115.96138.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 217 (85.16% from 255) = 33.33%
BLUE value IS 199 (78.12% from 255) = 30.57%
R=36.10%
G=33.33%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521719900.080.150.083047.3785.1
HexEBD9C708F81e2f55
Octal35333130701017103657125
Binary1110101111011001110001110100011111000111101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9C7; }

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

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

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

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

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

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

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

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