#DD9FA7

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

Shades of Pale Chestnut #DD9FA7

Tints of Pale Chestnut #DD9FA7

Color information

#DD9FA7 (or 0xDD9FA7) is unknown color: approx Pale Chestnut. HEX triplet: DD, 9F and A7. RGB value is (221,159,167). Sum of RGB (Red+Green+Blue) = 221+159+167=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FA7 is #226058. Grayscale: #B2B2B2. Windows color (decimal): -2252889 or 10985437. OLE color: 10985437.

HSL color Cylindrical-coordinate representation of color #DD9FA7: hue angle of 352.26º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FA7 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221159167-
CMYK00.280.240.13
HSL352.26º47.69%74.51%-
HSV(B)352.26º28.05%86.67%-
XYZ49.1942.9642.26-
YUV178.45121.54158.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=40.40%
G=29.07%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115916700.280.240.13352.2647.6974.51
HexDD9FA701C18D160304b
Octal335237247034301554060113
Binary1101110110011111101001110111001100011011011000001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FA7; }

 p { color: rgb(221,159,167); }

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

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

 a { background-color: rgb(221,159,167); }

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

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

 span { border-color: rgb(221,159,167); }

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