#DDACAF

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

Shades of Pale Chestnut #DDACAF

Tints of Pale Chestnut #DDACAF

Color information

#DDACAF (or 0xDDACAF) is unknown color: approx Pale Chestnut. HEX triplet: DD, AC and AF. RGB value is (221,172,175). Sum of RGB (Red+Green+Blue) = 221+172+175=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAF is #225350. Grayscale: #BBBBBB. Windows color (decimal): -2249553 or 11513053. OLE color: 11513053.

HSL color Cylindrical-coordinate representation of color #DDACAF: hue angle of 356.33º 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 #DDACAF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221172175-
CMYK00.220.210.13
HSL356.33º41.88%77.06%-
HSV(B)356.33º22.17%86.67%-
XYZ52.3147.9747.06-
YUV186.99121.23152.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=38.91%
G=30.28%
B=30.81%

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
Decimal22117217500.220.210.13356.3341.8877.06
HexDDACAF01615D1642a4d
Octal335254257026251554452115
Binary1101110110101100101011110101101010111011011001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACAF; }

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

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

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

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

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

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

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

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