#DDACAE

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

Shades of Pale Chestnut #DDACAE

Tints of Pale Chestnut #DDACAE

Color information

#DDACAE (or 0xDDACAE) is unknown color: approx Pale Chestnut. HEX triplet: DD, AC and AE. RGB value is (221,172,174). Sum of RGB (Red+Green+Blue) = 221+172+174=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAE is #225351. Grayscale: #BABABA. Windows color (decimal): -2249554 or 11447517. OLE color: 11447517.

HSL color Cylindrical-coordinate representation of color #DDACAE: hue angle of 357.55º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACAE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221172174-
CMYK00.220.210.13
HSL357.55º41.88%77.06%-
HSV(B)357.55º22.17%86.67%-
XYZ52.2147.9346.54-
YUV186.88120.73152.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=38.98%
G=30.34%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117217400.220.210.13357.5541.8877.06
HexDDACAE01615D1662a4d
Octal335254256026251554652115
Binary1101110110101100101011100101101010111011011001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACAE; }

 p { color: rgb(221,172,174); }

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

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

 a { background-color: rgb(221,172,174); }

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

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

 span { border-color: rgb(221,172,174); }

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