Html Css Color HEX #D8ADAF Pale Chestnut

📋 copy color: '#D8ADAF'

red 216 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #D8ADAF

Tints of Pale Chestnut #D8ADAF

RGB

 RED value IS 216 (84.77% from 255) = 38.3%

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

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

R = 38.3%
G = 30.67%
B = 31.03%

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

#D8ADAF (or 0xD8ADAF) is known color: Pale Chestnut. HEX triplet: D8, AD and AF. RGB value is (216,173,175). Sum of RGB (Red+Green+Blue) = 216+173+175=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADAF is #275250. Grayscale: #BABABA. Windows color (decimal): -2576977 or 11513304. OLE color: 11513304.

HSL color Cylindrical-coordinate representation of color #D8ADAF: hue angle of 357.21º degrees, saturation: 0.36, 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 #D8ADAF is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 175 -
CMYK 0 0.20 0.19 0.15
HSL 357.21º 0.36% 0.76% -
HSV(B) 357.21º 0.2% 0.85% -
XYZ 51 47.58 47.05 -
YUV 186.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 216 173 175 0 0.20 0.19 0.15 357.21 0.36 0.76
Hex D8 AD AF 0 14 13 F 165 24 4C
Octal 330 255 257 0 24 23 17 545 44 114
Binary 11011000 10101101 10101111 0 10100 10011 1111 101100101 100100 1001100

Color Harmonies of #D8ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADAF

Black with #D8ADAF

Text Example


Text Example

White with #D8ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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