Html Css Color HEX #D9ADAF Pale Chestnut

📋 copy color: '#D9ADAF'

red 217 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #D9ADAF

Tints of Pale Chestnut #D9ADAF

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

 GREEN value IS 173 (67.97% from 255) = 30.62%

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 38.41%
G = 30.62%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9ADAF (or 0xD9ADAF) is known color: Pale Chestnut. HEX triplet: D9, AD and AF. RGB value is (217,173,175). Sum of RGB (Red+Green+Blue) = 217+173+175=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAF is #265250. Grayscale: #BABABA. Windows color (decimal): -2511441 or 11513305. OLE color: 11513305.

HSL color Cylindrical-coordinate representation of color #D9ADAF: hue angle of 357.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADAF is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 175 -
CMYK 0 0.20 0.19 0.15
HSL 357.27º 0.37% 0.76% -
HSV(B) 357.27º 0.2% 0.85% -
XYZ 51.3 47.73 47.07 -
YUV 186.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 217 173 175 0 0.20 0.19 0.15 357.27 0.37 0.76
Hex D9 AD AF 0 14 13 F 165 25 4C
Octal 331 255 257 0 24 23 17 545 45 114
Binary 11011001 10101101 10101111 0 10100 10011 1111 101100101 100101 1001100

Color Harmonies of #D9ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADAF

Black with #D9ADAF

Text Example


Text Example

White with #D9ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADAF; }

 p { color: rgb(217,173,175); }

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

background-color css

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

 a { background-color: rgb(217,173,175); }

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

border-color css

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

 span { border-color: rgb(217,173,175); }

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