#D6ADAE

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

Shades of Pale Chestnut #D6ADAE

Tints of Pale Chestnut #D6ADAE

Color information

#D6ADAE (or 0xD6ADAE) is unknown color: approx Pale Chestnut. HEX triplet: D6, AD and AE. RGB value is (214,173,174). Sum of RGB (Red+Green+Blue) = 214+173+174=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADAE is #295251. Grayscale: #B9B9B9. Windows color (decimal): -2708050 or 11447766. OLE color: 11447766.

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

Color convert

RGB214173174-
CMYK00.190.190.16
HSL358.54º33.33%75.88%-
HSV(B)358.54º19.16%83.92%-
XYZ50.3247.2446.51-
YUV185.37121.58148.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=38.15%
G=30.84%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417317400.190.190.16358.5433.3375.88
HexD6ADAE0131310167214c
Octal326255256023232054741114
Binary11010110101011011010111001001110011100001011001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADAE; }

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

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

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

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

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

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

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

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