Html Css Color HEX #DFA2AB Pale Chestnut

📋 copy color: '#DFA2AB'

red 223 ◦ green 162 ◦ blue 171

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

Shades of Pale Chestnut #DFA2AB

Tints of Pale Chestnut #DFA2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.14%

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 40.11%
G = 29.14%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFA2AB (or 0xDFA2AB) is known color: Pale Chestnut. HEX triplet: DF, A2 and AB. RGB value is (223,162,171). Sum of RGB (Red+Green+Blue) = 223+162+171=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA2AB is #205D54. Grayscale: #B5B5B5. Windows color (decimal): -2121045 or 11248351. OLE color: 11248351.

HSL color Cylindrical-coordinate representation of color #DFA2AB: hue angle of 351.15º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA2AB is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 171 -
CMYK 0 0.27 0.23 0.13
HSL 351.15º 0.49% 0.75% -
HSV(B) 351.15º 0.27% 0.87% -
XYZ 50.7 44.47 44.44 -
YUV 181.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 223 162 171 0 0.27 0.23 0.13 351.15 0.49 0.75
Hex DF A2 AB 0 1B 17 D 15F 31 4B
Octal 337 242 253 0 33 27 15 537 61 113
Binary 11011111 10100010 10101011 0 11011 10111 1101 101011111 110001 1001011

Color Harmonies of #DFA2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2AB

Black with #DFA2AB

Text Example


Text Example

White with #DFA2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2AB; }

 p { color: rgb(223,162,171); }

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

background-color css

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

 a { background-color: rgb(223,162,171); }

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

border-color css

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

 span { border-color: rgb(223,162,171); }

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