Html Css Color HEX #D0AAAD Pale Chestnut

📋 copy color: '#D0AAAD'

red 208 ◦ green 170 ◦ blue 173

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

Shades of Pale Chestnut #D0AAAD

Tints of Pale Chestnut #D0AAAD

RGB

 RED value IS 208 (81.64% from 255) = 37.75%

 GREEN value IS 170 (66.8% from 255) = 30.85%

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 37.75%
G = 30.85%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0AAAD (or 0xD0AAAD) is known color: Pale Chestnut. HEX triplet: D0, AA and AD. RGB value is (208,170,173). Sum of RGB (Red+Green+Blue) = 208+170+173=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAAD is #2F5552. Grayscale: #B5B5B5. Windows color (decimal): -3102035 or 11381456. OLE color: 11381456.

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

Color convert

RGB 208 170 173 -
CMYK 0 0.18 0.17 0.18
HSL 355.26º 0.29% 0.74% -
HSV(B) 355.26º 0.18% 0.82% -
XYZ 47.93 45.18 45.73 -
YUV 181.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 208 170 173 0 0.18 0.17 0.18 355.26 0.29 0.74
Hex D0 AA AD 0 12 11 12 163 1D 4A
Octal 320 252 255 0 22 21 22 543 35 112
Binary 11010000 10101010 10101101 0 10010 10001 10010 101100011 11101 1001010

Color Harmonies of #D0AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AAAD

Black with #D0AAAD

Text Example


Text Example

White with #D0AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AAAD; }

 p { color: rgb(208,170,173); }

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

background-color css

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

 a { background-color: rgb(208,170,173); }

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

border-color css

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

 span { border-color: rgb(208,170,173); }

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