#ECDCCE

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

Shades of Almond #ECDCCE

Tints of Almond #ECDCCE

Color information

#ECDCCE (or 0xECDCCE) is unknown color: approx Almond. HEX triplet: EC, DC and CE. RGB value is (236,220,206). Sum of RGB (Red+Green+Blue) = 236+220+206=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCCE is #132331. Grayscale: #DFDFDF. Windows color (decimal): -1254194 or 13556972. OLE color: 13556972.

HSL color Cylindrical-coordinate representation of color #ECDCCE: hue angle of 28º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDCCE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236220206-
CMYK00.070.130.07
HSL28º44.12%86.67%-
HSV(B)28º12.71%92.55%-
XYZ71.3373.4868.82-
YUV223.19118.3137.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=35.65%
G=33.23%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622020600.070.130.072844.1286.67
HexECDCCE07D71c2c57
Octal354334316071573454127
Binary11101100110111001100111001111101111111001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCCE; }

 p { color: rgb(236,220,206); }

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

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

 a { background-color: rgb(236,220,206); }

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

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

 span { border-color: rgb(236,220,206); }

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