#E6D9CC

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

Shades of Almond #E6D9CC

Tints of Almond #E6D9CC

Color information

#E6D9CC (or 0xE6D9CC) is unknown color: approx Almond. HEX triplet: E6, D9 and CC. RGB value is (230,217,204). Sum of RGB (Red+Green+Blue) = 230+217+204=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9CC is #192633. Grayscale: #DBDBDB. Windows color (decimal): -1648180 or 13425126. OLE color: 13425126.

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

Color convert

RGB230217204-
CMYK00.060.110.10
HSL30º34.21%85.1%-
HSV(B)30º11.3%90.2%-
XYZ68.3570.8167.19-
YUV219.4119.31135.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.33%
GREEN value IS 217 (85.16% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=35.33%
G=33.33%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021720400.060.110.103034.2185.1
HexE6D9CC06BA1e2255
Octal3463313140613123642125
Binary111001101101100111001100011010111010111101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D9CC; }

 p { color: rgb(230,217,204); }

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

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

 a { background-color: rgb(230,217,204); }

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

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

 span { border-color: rgb(230,217,204); }

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