Html Css Color HEX #DDAAB1 Pale Chestnut

📋 copy color: '#DDAAB1'

red 221 ◦ green 170 ◦ blue 177

#DDAAB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #DDAAB1

Tints of Pale Chestnut #DDAAB1

RGB

 RED value IS 221 (86.72% from 255) = 38.91%

 GREEN value IS 170 (66.8% from 255) = 29.93%

 BLUE value IS 177 (69.53% from 255) = 31.16%

R = 38.91%
G = 29.93%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDAAB1 (or 0xDDAAB1) is known color: Pale Chestnut. HEX triplet: DD, AA and B1. RGB value is (221,170,177). Sum of RGB (Red+Green+Blue) = 221+170+177=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAB1 is #22554E. Grayscale: #BABABA. Windows color (decimal): -2250063 or 11643613. OLE color: 11643613.

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

Color convert

RGB 221 170 177 -
CMYK 0 0.23 0.20 0.13
HSL 351.76º 0.43% 0.77% -
HSV(B) 351.76º 0.23% 0.87% -
XYZ 52.13 47.3 47.98 -
YUV 186.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 221 170 177 0 0.23 0.20 0.13 351.76 0.43 0.77
Hex DD AA B1 0 17 14 D 160 2B 4D
Octal 335 252 261 0 27 24 15 540 53 115
Binary 11011101 10101010 10110001 0 10111 10100 1101 101100000 101011 1001101

Color Harmonies of #DDAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAB1

Black with #DDAAB1

Text Example


Text Example

White with #DDAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAB1; }

 p { color: rgb(221,170,177); }

 H1.HeaderClassName
 {
   color: #DDAAB1;
 }
 .AnyTagClassName
 {
   color: #DDAAB1;
 }
</style>

background-color css

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

 a { background-color: rgb(221,170,177); }

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

border-color css

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

 span { border-color: rgb(221,170,177); }

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