Html Css Color HEX #D1ADAF Pale Chestnut

📋 copy color: '#D1ADAF'

red 209 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #D1ADAF

Tints of Pale Chestnut #D1ADAF

RGB

 RED value IS 209 (82.03% from 255) = 37.52%

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

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

R = 37.52%
G = 31.06%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D1ADAF (or 0xD1ADAF) is known color: Pale Chestnut. HEX triplet: D1, AD and AF. RGB value is (209,173,175). Sum of RGB (Red+Green+Blue) = 209+173+175=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADAF is #2E5250. Grayscale: #B8B8B8. Windows color (decimal): -3035729 or 11513297. OLE color: 11513297.

HSL color Cylindrical-coordinate representation of color #D1ADAF: hue angle of 356.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1ADAF is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 175 -
CMYK 0 0.17 0.16 0.18
HSL 356.67º 0.28% 0.75% -
HSV(B) 356.67º 0.17% 0.82% -
XYZ 48.98 46.54 46.96 -
YUV 183.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 209 173 175 0 0.17 0.16 0.18 356.67 0.28 0.75
Hex D1 AD AF 0 11 10 12 165 1C 4B
Octal 321 255 257 0 21 20 22 545 34 113
Binary 11010001 10101101 10101111 0 10001 10000 10010 101100101 11100 1001011

Color Harmonies of #D1ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADAF

Black with #D1ADAF

Text Example


Text Example

White with #D1ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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