Html Css Color HEX #DFA8AE Pale Chestnut

📋 copy color: '#DFA8AE'

red 223 ◦ green 168 ◦ blue 174

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

Shades of Pale Chestnut #DFA8AE

Tints of Pale Chestnut #DFA8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.8%

R = 39.47%
G = 29.73%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFA8AE (or 0xDFA8AE) is known color: Pale Chestnut. HEX triplet: DF, A8 and AE. RGB value is (223,168,174). Sum of RGB (Red+Green+Blue) = 223+168+174=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA8AE is #205751. Grayscale: #B9B9B9. Windows color (decimal): -2119506 or 11446495. OLE color: 11446495.

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

Color convert

RGB 223 168 174 -
CMYK 0 0.25 0.22 0.13
HSL 353.45º 0.46% 0.77% -
HSV(B) 353.45º 0.25% 0.87% -
XYZ 52.07 46.75 46.32 -
YUV 185.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 223 168 174 0 0.25 0.22 0.13 353.45 0.46 0.77
Hex DF A8 AE 0 19 16 D 161 2E 4D
Octal 337 250 256 0 31 26 15 541 56 115
Binary 11011111 10101000 10101110 0 11001 10110 1101 101100001 101110 1001101

Color Harmonies of #DFA8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8AE

Black with #DFA8AE

Text Example


Text Example

White with #DFA8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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