#D3ADAE

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

Shades of Pale Chestnut #D3ADAE

Tints of Pale Chestnut #D3ADAE

Color information

#D3ADAE (or 0xD3ADAE) is unknown color: approx Pale Chestnut. HEX triplet: D3, AD and AE. RGB value is (211,173,174). Sum of RGB (Red+Green+Blue) = 211+173+174=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ADAE is #2C5251. Grayscale: #B8B8B8. Windows color (decimal): -2904658 or 11447763. OLE color: 11447763.

HSL color Cylindrical-coordinate representation of color #D3ADAE: hue angle of 358.42º 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 #D3ADAE is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211173174-
CMYK00.180.180.17
HSL358.42º30.16%75.29%-
HSV(B)358.42º18.01%82.75%-
XYZ49.4546.7946.47-
YUV184.48122.09146.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=37.81%
G=31.00%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117317400.180.180.17358.4230.1675.29
HexD3ADAE01212111661e4b
Octal323255256022222154636113
Binary1101001110101101101011100100101001010001101100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADAE; }

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

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

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

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

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

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

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

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