Html Css Color HEX #DFAAB0 Pale Chestnut

📋 copy color: '#DFAAB0'

red 223 ◦ green 170 ◦ blue 176

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

Shades of Pale Chestnut #DFAAB0

Tints of Pale Chestnut #DFAAB0

RGB

 RED value IS 223 (87.5% from 255) = 39.19%

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

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

R = 39.19%
G = 29.88%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFAAB0 (or 0xDFAAB0) is known color: Pale Chestnut. HEX triplet: DF, AA and B0. RGB value is (223,170,176). Sum of RGB (Red+Green+Blue) = 223+170+176=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAB0 is #20554F. Grayscale: #BABABA. Windows color (decimal): -2118992 or 11578079. OLE color: 11578079.

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

Color convert

RGB 223 170 176 -
CMYK 0 0.24 0.21 0.13
HSL 353.21º 0.45% 0.77% -
HSV(B) 353.21º 0.24% 0.87% -
XYZ 52.64 47.57 47.48 -
YUV 186.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 223 170 176 0 0.24 0.21 0.13 353.21 0.45 0.77
Hex DF AA B0 0 18 15 D 161 2D 4D
Octal 337 252 260 0 30 25 15 541 55 115
Binary 11011111 10101010 10110000 0 11000 10101 1101 101100001 101101 1001101

Color Harmonies of #DFAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAB0

Black with #DFAAB0

Text Example


Text Example

White with #DFAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAB0; }

 p { color: rgb(223,170,176); }

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

background-color css

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

 a { background-color: rgb(223,170,176); }

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

border-color css

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

 span { border-color: rgb(223,170,176); }

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