#EBDAC6

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

Shades of Almond #EBDAC6

Tints of Almond #EBDAC6

Color information

#EBDAC6 (or 0xEBDAC6) is unknown color: approx Almond. HEX triplet: EB, DA and C6. RGB value is (235,218,198). Sum of RGB (Red+Green+Blue) = 235+218+198=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC6 is #142539. Grayscale: #DCDCDC. Windows color (decimal): -1320250 or 13032171. OLE color: 13032171.

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

Color convert

RGB235218198-
CMYK00.070.160.08
HSL32.43º48.05%84.9%-
HSV(B)32.43º15.74%92.16%-
XYZ69.5371.8863.64-
YUV220.8115.13138.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 198 (77.73% from 255) = 30.41%
R=36.10%
G=33.49%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521819800.070.160.0832.4348.0584.9
HexEBDAC607108203055
Octal3533323060720104060125
Binary11101011110110101100011001111000010001000001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAC6; }

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

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

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

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

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

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

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

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