Html Css Color HEX #DDA8B0 Pale Chestnut

📋 copy color: '#DDA8B0'

red 221 ◦ green 168 ◦ blue 176

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

Shades of Pale Chestnut #DDA8B0

Tints of Pale Chestnut #DDA8B0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.73%

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

R = 39.12%
G = 29.73%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDA8B0 (or 0xDDA8B0) is known color: Pale Chestnut. HEX triplet: DD, A8 and B0. RGB value is (221,168,176). Sum of RGB (Red+Green+Blue) = 221+168+176=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA8B0 is #22574F. Grayscale: #B8B8B8. Windows color (decimal): -2250576 or 11577565. OLE color: 11577565.

HSL color Cylindrical-coordinate representation of color #DDA8B0: hue angle of 350.94º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8B0 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 176 -
CMYK 0 0.24 0.20 0.13
HSL 350.94º 0.44% 0.76% -
HSV(B) 350.94º 0.24% 0.87% -
XYZ 51.66 46.51 47.33 -
YUV 184.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 221 168 176 0 0.24 0.20 0.13 350.94 0.44 0.76
Hex DD A8 B0 0 18 14 D 15F 2C 4C
Octal 335 250 260 0 30 24 15 537 54 114
Binary 11011101 10101000 10110000 0 11000 10100 1101 101011111 101100 1001100

Color Harmonies of #DDA8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8B0

Black with #DDA8B0

Text Example


Text Example

White with #DDA8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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