#DDAEB2

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

Shades of Pale Chestnut #DDAEB2

Tints of Pale Chestnut #DDAEB2

Color information

#DDAEB2 (or 0xDDAEB2) is unknown color: approx Pale Chestnut. HEX triplet: DD, AE and B2. RGB value is (221,174,178). Sum of RGB (Red+Green+Blue) = 221+174+178=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEB2 is #22514D. Grayscale: #BCBCBC. Windows color (decimal): -2249038 or 11710173. OLE color: 11710173.

HSL color Cylindrical-coordinate representation of color #DDAEB2: hue angle of 354.89º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEB2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221174178-
CMYK00.210.190.13
HSL354.89º40.87%77.45%-
HSV(B)354.89º21.27%86.67%-
XYZ52.9948.8648.76-
YUV188.51122.07151.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=38.57%
G=30.37%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117417800.210.190.13354.8940.8777.45
HexDDAEB201513D163294d
Octal335256262025231554351115
Binary1101110110101110101100100101011001111011011000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEB2; }

 p { color: rgb(221,174,178); }

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

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

 a { background-color: rgb(221,174,178); }

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

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

 span { border-color: rgb(221,174,178); }

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