#E6D5C4

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

Shades of Almond #E6D5C4

Tints of Almond #E6D5C4

Color information

#E6D5C4 (or 0xE6D5C4) is unknown color: approx Almond. HEX triplet: E6, D5 and C4. RGB value is (230,213,196). Sum of RGB (Red+Green+Blue) = 230+213+196=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5C4 is #192A3B. Grayscale: #D8D8D8. Windows color (decimal): -1649212 or 12899814. OLE color: 12899814.

HSL color Cylindrical-coordinate representation of color #E6D5C4: hue angle of 30º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6D5C4 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB230213196-
CMYK00.070.150.10
HSL30º40.48%83.53%-
HSV(B)30º14.78%90.2%-
XYZ66.3968.461.93-
YUV216.14116.63137.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.99%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=35.99%
G=33.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021319600.070.150.103040.4883.53
HexE6D5C407FA1e2854
Octal3463253040717123650124
Binary111001101101010111000100011111111010111101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D5C4; }

 p { color: rgb(230,213,196); }

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

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

 a { background-color: rgb(230,213,196); }

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

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

 span { border-color: rgb(230,213,196); }

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