#E7DACD

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

Shades of Almond #E7DACD

Tints of Almond #E7DACD

Color information

#E7DACD (or 0xE7DACD) is unknown color: approx Almond. HEX triplet: E7, DA and CD. RGB value is (231,218,205). Sum of RGB (Red+Green+Blue) = 231+218+205=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DACD is #182532. Grayscale: #DCDCDC. Windows color (decimal): -1582387 or 13490919. OLE color: 13490919.

HSL color Cylindrical-coordinate representation of color #E7DACD: hue angle of 30º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DACD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231218205-
CMYK00.060.110.09
HSL30º35.14%85.49%-
HSV(B)30º11.26%90.59%-
XYZ69.0571.5467.93-
YUV220.4119.31135.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=35.32%
G=33.33%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121820500.060.110.093035.1485.49
HexE7DACD06B91e2355
Octal3473323150613113643125
Binary111001111101101011001101011010111001111101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DACD; }

 p { color: rgb(231,218,205); }

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

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

 a { background-color: rgb(231,218,205); }

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

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

 span { border-color: rgb(231,218,205); }

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