Html Css Color HEX #DDABB0 Pale Chestnut

📋 copy color: '#DDABB0'

red 221 ◦ green 171 ◦ blue 176

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

Shades of Pale Chestnut #DDABB0

Tints of Pale Chestnut #DDABB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.99%

R = 38.91%
G = 30.11%
B = 30.99%

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

#DDABB0 (or 0xDDABB0) is known color: Pale Chestnut. HEX triplet: DD, AB and B0. RGB value is (221,171,176). Sum of RGB (Red+Green+Blue) = 221+171+176=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABB0 is #22544F. Grayscale: #BABABA. Windows color (decimal): -2249808 or 11578333. OLE color: 11578333.

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

Color convert

RGB 221 171 176 -
CMYK 0 0.23 0.20 0.13
HSL 354º 0.42% 0.77% -
HSV(B) 354º 0.23% 0.87% -
XYZ 52.22 47.63 47.52 -
YUV 186.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 221 171 176 0 0.23 0.20 0.13 354 0.42 0.77
Hex DD AB B0 0 17 14 D 162 2A 4D
Octal 335 253 260 0 27 24 15 542 52 115
Binary 11011101 10101011 10110000 0 10111 10100 1101 101100010 101010 1001101

Color Harmonies of #DDABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABB0

Black with #DDABB0

Text Example


Text Example

White with #DDABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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