Html Css Color HEX #DFA6A8 Pale Chestnut

📋 copy color: '#DFA6A8'

red 223 ◦ green 166 ◦ blue 168

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

Shades of Pale Chestnut #DFA6A8

Tints of Pale Chestnut #DFA6A8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

 BLUE value IS 168 (66.02% from 255) = 30.16%

R = 40.04%
G = 29.8%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFA6A8 (or 0xDFA6A8) is known color: Pale Chestnut. HEX triplet: DF, A6 and A8. RGB value is (223,166,168). Sum of RGB (Red+Green+Blue) = 223+166+168=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6A8 is #205957. Grayscale: #B7B7B7. Windows color (decimal): -2120024 or 11052767. OLE color: 11052767.

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

Color convert

RGB 223 166 168 -
CMYK 0 0.26 0.25 0.13
HSL 357.89º 0.47% 0.76% -
HSV(B) 357.89º 0.26% 0.87% -
XYZ 51.14 45.79 43.19 -
YUV 183.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 223 166 168 0 0.26 0.25 0.13 357.89 0.47 0.76
Hex DF A6 A8 0 1A 19 D 166 2F 4C
Octal 337 246 250 0 32 31 15 546 57 114
Binary 11011111 10100110 10101000 0 11010 11001 1101 101100110 101111 1001100

Color Harmonies of #DFA6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6A8

Black with #DFA6A8

Text Example


Text Example

White with #DFA6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6A8; }

 p { color: rgb(223,166,168); }

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

background-color css

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

 a { background-color: rgb(223,166,168); }

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

border-color css

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

 span { border-color: rgb(223,166,168); }

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