Html Css Color HEX #DDAAAF Pale Chestnut

📋 copy color: '#DDAAAF'

red 221 ◦ green 170 ◦ blue 175

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

Shades of Pale Chestnut #DDAAAF

Tints of Pale Chestnut #DDAAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.92%

R = 39.05%
G = 30.04%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDAAAF (or 0xDDAAAF) is known color: Pale Chestnut. HEX triplet: DD, AA and AF. RGB value is (221,170,175). Sum of RGB (Red+Green+Blue) = 221+170+175=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAAF is #225550. Grayscale: #B9B9B9. Windows color (decimal): -2250065 or 11512541. OLE color: 11512541.

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

Color convert

RGB 221 170 175 -
CMYK 0 0.23 0.21 0.13
HSL 354.12º 0.43% 0.77% -
HSV(B) 354.12º 0.23% 0.87% -
XYZ 51.93 47.22 46.93 -
YUV 185.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 221 170 175 0 0.23 0.21 0.13 354.12 0.43 0.77
Hex DD AA AF 0 17 15 D 162 2B 4D
Octal 335 252 257 0 27 25 15 542 53 115
Binary 11011101 10101010 10101111 0 10111 10101 1101 101100010 101011 1001101

Color Harmonies of #DDAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAAF

Black with #DDAAAF

Text Example


Text Example

White with #DDAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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