#ECDDCA

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

Shades of Almond #ECDDCA

Tints of Almond #ECDDCA

Color information

#ECDDCA (or 0xECDDCA) is unknown color: approx Almond. HEX triplet: EC, DD and CA. RGB value is (236,221,202). Sum of RGB (Red+Green+Blue) = 236+221+202=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCA is #132235. Grayscale: #DFDFDF. Windows color (decimal): -1253942 or 13295084. OLE color: 13295084.

HSL color Cylindrical-coordinate representation of color #ECDDCA: hue angle of 33.53º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECDDCA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236221202-
CMYK00.060.140.07
HSL33.53º47.22%85.88%-
HSV(B)33.53º14.41%92.55%-
XYZ71.1173.8166.38-
YUV223.32115.97137.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=35.81%
G=33.54%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622120200.060.140.0733.5347.2285.88
HexECDDCA06E7222f56
Octal354335312061674257126
Binary111011001101110111001010011011101111000101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDCA; }

 p { color: rgb(236,221,202); }

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

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

 a { background-color: rgb(236,221,202); }

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

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

 span { border-color: rgb(236,221,202); }

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