Html Css Color HEX #D9ADAE Pale Chestnut

📋 copy color: '#D9ADAE'

red 217 ◦ green 173 ◦ blue 174

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

Shades of Pale Chestnut #D9ADAE

Tints of Pale Chestnut #D9ADAE

RGB

 RED value IS 217 (85.16% from 255) = 38.48%

 GREEN value IS 173 (67.97% from 255) = 30.67%

 BLUE value IS 174 (68.36% from 255) = 30.85%

R = 38.48%
G = 30.67%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9ADAE (or 0xD9ADAE) is known color: Pale Chestnut. HEX triplet: D9, AD and AE. RGB value is (217,173,174). Sum of RGB (Red+Green+Blue) = 217+173+174=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAE is #265251. Grayscale: #BABABA. Windows color (decimal): -2511442 or 11447769. OLE color: 11447769.

HSL color Cylindrical-coordinate representation of color #D9ADAE: hue angle of 358.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADAE is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 174 -
CMYK 0 0.20 0.20 0.15
HSL 358.64º 0.37% 0.76% -
HSV(B) 358.64º 0.2% 0.85% -
XYZ 51.2 47.69 46.55 -
YUV 186.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 217 173 174 0 0.20 0.20 0.15 358.64 0.37 0.76
Hex D9 AD AE 0 14 14 F 167 25 4C
Octal 331 255 256 0 24 24 17 547 45 114
Binary 11011001 10101101 10101110 0 10100 10100 1111 101100111 100101 1001100

Color Harmonies of #D9ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADAE

Black with #D9ADAE

Text Example


Text Example

White with #D9ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADAE; }

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

 H1.HeaderClassName
 {
   color: #D9ADAE;
 }
 .AnyTagClassName
 {
   color: #D9ADAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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