#DCAAAE

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

Shades of Pale Chestnut #DCAAAE

Tints of Pale Chestnut #DCAAAE

Color information

#DCAAAE (or 0xDCAAAE) is unknown color: approx Pale Chestnut. HEX triplet: DC, AA and AE. RGB value is (220,170,174). Sum of RGB (Red+Green+Blue) = 220+170+174=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAAE is #235551. Grayscale: #B9B9B9. Windows color (decimal): -2315602 or 11447004. OLE color: 11447004.

HSL color Cylindrical-coordinate representation of color #DCAAAE: hue angle of 355.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAAE is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220170174-
CMYK00.230.210.14
HSL355.2º41.67%76.47%-
HSV(B)355.2º22.73%86.27%-
XYZ51.5347.0246.4-
YUV185.41121.56152.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=39.01%
G=30.14%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017017400.230.210.14355.241.6776.47
HexDCAAAE01715E1632a4c
Octal334252256027251654352114
Binary1101110010101010101011100101111010111101011000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAAE; }

 p { color: rgb(220,170,174); }

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

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

 a { background-color: rgb(220,170,174); }

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

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

 span { border-color: rgb(220,170,174); }

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