#ECDAC6

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

Shades of Almond #ECDAC6

Tints of Almond #ECDAC6

Color information

#ECDAC6 (or 0xECDAC6) is unknown color: approx Almond. HEX triplet: EC, DA and C6. RGB value is (236,218,198). Sum of RGB (Red+Green+Blue) = 236+218+198=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAC6 is #132539. Grayscale: #DDDDDD. Windows color (decimal): -1254714 or 13032172. OLE color: 13032172.

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

Color convert

RGB236218198-
CMYK00.080.160.07
HSL31.58º50%85.1%-
HSV(B)31.58º16.1%92.55%-
XYZ69.8672.0563.65-
YUV221.1114.96138.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 198 (77.73% from 255) = 30.37%
R=36.20%
G=33.44%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621819800.080.160.0731.585085.1
HexECDAC608107203255
Octal3543323060102074062125
Binary11101100110110101100011001000100001111000001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAC6; }

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

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

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

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

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

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

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

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