Html Css Color HEX #D6ADAE Pale Chestnut

📋 copy color: '#D6ADAE'

red 214 ◦ green 173 ◦ blue 174

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

Shades of Pale Chestnut #D6ADAE

Tints of Pale Chestnut #D6ADAE

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 value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6ADAE (or 0xD6ADAE) is known color: 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

RGB 214 173 174 -
CMYK 0 0.19 0.19 0.16
HSL 358.54º 0.33% 0.76% -
HSV(B) 358.54º 0.19% 0.84% -
XYZ 50.32 47.24 46.51 -
YUV 185.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 214 173 174 0 0.19 0.19 0.16 358.54 0.33 0.76
Hex D6 AD AE 0 13 13 10 167 21 4C
Octal 326 255 256 0 23 23 20 547 41 114
Binary 11010110 10101101 10101110 0 10011 10011 10000 101100111 100001 1001100

Color Harmonies of #D6ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADAE

Black with #D6ADAE

Text Example


Text Example

White with #D6ADAE

Text Example


Text Example

HTML Codes & Css Web 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>