#D3AEAF

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

Shades of Pale Chestnut #D3AEAF

Tints of Pale Chestnut #D3AEAF

Color information

#D3AEAF (or 0xD3AEAF) is unknown color: approx Pale Chestnut. HEX triplet: D3, AE and AF. RGB value is (211,174,175). Sum of RGB (Red+Green+Blue) = 211+174+175=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AEAF is #2C5150. Grayscale: #B9B9B9. Windows color (decimal): -2904401 or 11513555. OLE color: 11513555.

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

Color convert

RGB211174175-
CMYK00.180.170.17
HSL358.38º29.6%75.49%-
HSV(B)358.38º17.54%82.75%-
XYZ49.7447.2247.05-
YUV185.18122.26146.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.68%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=37.68%
G=31.07%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117417500.180.170.17358.3829.675.49
HexD3AEAF01211111661e4b
Octal323256257022212154636113
Binary1101001110101110101011110100101000110001101100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEAF; }

 p { color: rgb(211,174,175); }

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

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

 a { background-color: rgb(211,174,175); }

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

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

 span { border-color: rgb(211,174,175); }

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