#D7ADAF

Color #D7ADAF Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #D7ADAF

Tints of Pale Chestnut #D7ADAF

Color information

#D7ADAF (or 0xD7ADAF) is unknown color: approx Pale Chestnut. HEX triplet: D7, AD and AF. RGB value is (215,173,175). Sum of RGB (Red+Green+Blue) = 215+173+175=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADAF is #285250. Grayscale: #B9B9B9. Windows color (decimal): -2642513 or 11513303. OLE color: 11513303.

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

Color convert

RGB215173175-
CMYK00.200.190.16
HSL357.14º34.43%76.08%-
HSV(B)357.14º19.53%84.31%-
XYZ50.7147.4347.04-
YUV185.79121.91148.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=38.19%
G=30.73%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517317500.200.190.16357.1434.4376.08
HexD7ADAF0141310165224c
Octal327255257024232054542114
Binary11010111101011011010111101010010011100001011001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADAF; }

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

 H1.HeaderClassName
 {
   color: #D7ADAF;
 }
 .AnyTagClassName
 {
   color: #D7ADAF;
 }
</style>
background-color css

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

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

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

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

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

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