#EBD8C7

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

Shades of Almond #EBD8C7

Tints of Almond #EBD8C7

Color information

#EBD8C7 (or 0xEBD8C7) is unknown color: approx Almond. HEX triplet: EB, D8 and C7. RGB value is (235,216,199). Sum of RGB (Red+Green+Blue) = 235+216+199=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8C7 is #142738. Grayscale: #DBDBDB. Windows color (decimal): -1320761 or 13097195. OLE color: 13097195.

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

Color convert

RGB235216199-
CMYK00.080.150.08
HSL28.33º47.37%85.1%-
HSV(B)28.33º15.32%92.16%-
XYZ69.1370.964.07-
YUV219.74116.29138.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 216 (84.77% from 255) = 33.23%
BLUE value IS 199 (78.12% from 255) = 30.62%
R=36.15%
G=33.23%
B=30.62%

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
Decimal23521619900.080.150.0828.3347.3785.1
HexEBD8C708F81c2f55
Octal35333030701017103457125
Binary1110101111011000110001110100011111000111001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8C7; }

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

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

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

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

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

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

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

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