#EBDAC7

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

Shades of Almond #EBDAC7

Tints of Almond #EBDAC7

Color information

#EBDAC7 (or 0xEBDAC7) is unknown color: approx Almond. HEX triplet: EB, DA and C7. RGB value is (235,218,199). Sum of RGB (Red+Green+Blue) = 235+218+199=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC7 is #142538. Grayscale: #DDDDDD. Windows color (decimal): -1320249 or 13097707. OLE color: 13097707.

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

Color convert

RGB235218199-
CMYK00.070.150.08
HSL31.67º47.37%85.1%-
HSV(B)31.67º15.32%92.16%-
XYZ69.6471.9364.25-
YUV220.92115.63138.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 199 (78.12% from 255) = 30.52%
R=36.04%
G=33.44%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521819900.070.150.0831.6747.3785.1
HexEBDAC707F8202f55
Octal3533323070717104057125
Binary1110101111011010110001110111111110001000001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAC7; }

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

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

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

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

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

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

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

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