Html Css Color HEX #DDAAAE Pale Chestnut

📋 copy color: '#DDAAAE'

red 221 ◦ green 170 ◦ blue 174

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

Shades of Pale Chestnut #DDAAAE

Tints of Pale Chestnut #DDAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.8%

R = 39.12%
G = 30.09%
B = 30.8%

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

#DDAAAE (or 0xDDAAAE) is known color: Pale Chestnut. HEX triplet: DD, AA and AE. RGB value is (221,170,174). Sum of RGB (Red+Green+Blue) = 221+170+174=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAAE is #225551. Grayscale: #B9B9B9. Windows color (decimal): -2250066 or 11447005. OLE color: 11447005.

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

Color convert

RGB 221 170 174 -
CMYK 0 0.23 0.21 0.13
HSL 355.29º 0.43% 0.77% -
HSV(B) 355.29º 0.23% 0.87% -
XYZ 51.83 47.18 46.42 -
YUV 185.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 221 170 174 0 0.23 0.21 0.13 355.29 0.43 0.77
Hex DD AA AE 0 17 15 D 163 2B 4D
Octal 335 252 256 0 27 25 15 543 53 115
Binary 11011101 10101010 10101110 0 10111 10101 1101 101100011 101011 1001101

Color Harmonies of #DDAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAAE

Black with #DDAAAE

Text Example


Text Example

White with #DDAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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