Html Css Color HEX #DDABAE Pale Chestnut

📋 copy color: '#DDABAE'

red 221 ◦ green 171 ◦ blue 174

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

Shades of Pale Chestnut #DDABAE

Tints of Pale Chestnut #DDABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.21%

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

R = 39.05%
G = 30.21%
B = 30.74%

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

#DDABAE (or 0xDDABAE) is known color: Pale Chestnut. HEX triplet: DD, AB and AE. RGB value is (221,171,174). Sum of RGB (Red+Green+Blue) = 221+171+174=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAE is #225451. Grayscale: #BABABA. Windows color (decimal): -2249810 or 11447261. OLE color: 11447261.

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

Color convert

RGB 221 171 174 -
CMYK 0 0.23 0.21 0.13
HSL 356.4º 0.42% 0.77% -
HSV(B) 356.4º 0.23% 0.87% -
XYZ 52.02 47.55 46.48 -
YUV 186.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 221 171 174 0 0.23 0.21 0.13 356.4 0.42 0.77
Hex DD AB AE 0 17 15 D 164 2A 4D
Octal 335 253 256 0 27 25 15 544 52 115
Binary 11011101 10101011 10101110 0 10111 10101 1101 101100100 101010 1001101

Color Harmonies of #DDABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABAE

Black with #DDABAE

Text Example


Text Example

White with #DDABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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