Html Css Color HEX #DDABAF Pale Chestnut

📋 copy color: '#DDABAF'

red 221 ◦ green 171 ◦ blue 175

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

Shades of Pale Chestnut #DDABAF

Tints of Pale Chestnut #DDABAF

RGB

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

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

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

R = 38.98%
G = 30.16%
B = 30.86%

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

#DDABAF (or 0xDDABAF) is known color: Pale Chestnut. HEX triplet: DD, AB and AF. RGB value is (221,171,175). Sum of RGB (Red+Green+Blue) = 221+171+175=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAF is #225450. Grayscale: #BABABA. Windows color (decimal): -2249809 or 11512797. OLE color: 11512797.

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

Color convert

RGB 221 171 175 -
CMYK 0 0.23 0.21 0.13
HSL 355.2º 0.42% 0.77% -
HSV(B) 355.2º 0.23% 0.87% -
XYZ 52.12 47.59 47 -
YUV 186.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 221 171 175 0 0.23 0.21 0.13 355.2 0.42 0.77
Hex DD AB AF 0 17 15 D 163 2A 4D
Octal 335 253 257 0 27 25 15 543 52 115
Binary 11011101 10101011 10101111 0 10111 10101 1101 101100011 101010 1001101

Color Harmonies of #DDABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABAF

Black with #DDABAF

Text Example


Text Example

White with #DDABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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