#DD9FA3

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

Shades of Pale Chestnut #DD9FA3

Tints of Pale Chestnut #DD9FA3

Color information

#DD9FA3 (or 0xDD9FA3) is unknown color: approx Pale Chestnut. HEX triplet: DD, 9F and A3. RGB value is (221,159,163). Sum of RGB (Red+Green+Blue) = 221+159+163=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FA3 is #22605C. Grayscale: #B2B2B2. Windows color (decimal): -2252893 or 10723293. OLE color: 10723293.

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

Color convert

RGB221159163-
CMYK00.280.260.13
HSL356.13º47.69%74.51%-
HSV(B)356.13º28.05%86.67%-
XYZ48.8342.8140.34-
YUV177.99119.54158.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=40.70%
G=29.28%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115916300.280.260.13356.1347.6974.51
HexDD9FA301C1AD164304b
Octal335237243034321554460113
Binary1101110110011111101000110111001101011011011001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FA3; }

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

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

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

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

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

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

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

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