#DD9EA4

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

Shades of Pale Chestnut #DD9EA4

Tints of Pale Chestnut #DD9EA4

Color information

#DD9EA4 (or 0xDD9EA4) is unknown color: approx Pale Chestnut. HEX triplet: DD, 9E and A4. RGB value is (221,158,164). Sum of RGB (Red+Green+Blue) = 221+158+164=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EA4 is #22615B. Grayscale: #B1B1B1. Windows color (decimal): -2253148 or 10788573. OLE color: 10788573.

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

Color convert

RGB221158164-
CMYK00.290.260.13
HSL354.29º48.09%74.31%-
HSV(B)354.29º28.51%86.67%-
XYZ48.7542.5140.76-
YUV177.52120.37159.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 164 (64.45% from 255) = 30.20%
R=40.70%
G=29.10%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115816400.290.260.13354.2948.0974.31
HexDD9EA401D1AD162304a
Octal335236244035321554260112
Binary1101110110011110101001000111011101011011011000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EA4; }

 p { color: rgb(221,158,164); }

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

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

 a { background-color: rgb(221,158,164); }

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

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

 span { border-color: rgb(221,158,164); }

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