Html Css Color HEX #DEA9AA Pale Chestnut

📋 copy color: '#DEA9AA'

red 222 ◦ green 169 ◦ blue 170

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

Shades of Pale Chestnut #DEA9AA

Tints of Pale Chestnut #DEA9AA

RGB

 RED value IS 222 (87.11% from 255) = 39.57%

 GREEN value IS 169 (66.41% from 255) = 30.12%

 BLUE value IS 170 (66.8% from 255) = 30.3%

R = 39.57%
G = 30.12%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEA9AA (or 0xDEA9AA) is known color: Pale Chestnut. HEX triplet: DE, A9 and AA. RGB value is (222,169,170). Sum of RGB (Red+Green+Blue) = 222+169+170=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9AA is #215655. Grayscale: #B9B9B9. Windows color (decimal): -2184790 or 11184606. OLE color: 11184606.

HSL color Cylindrical-coordinate representation of color #DEA9AA: hue angle of 358.87º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9AA is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 170 -
CMYK 0 0.24 0.23 0.13
HSL 358.87º 0.45% 0.77% -
HSV(B) 358.87º 0.24% 0.87% -
XYZ 51.57 46.81 44.35 -
YUV 184.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 222 169 170 0 0.24 0.23 0.13 358.87 0.45 0.77
Hex DE A9 AA 0 18 17 D 167 2D 4D
Octal 336 251 252 0 30 27 15 547 55 115
Binary 11011110 10101001 10101010 0 11000 10111 1101 101100111 101101 1001101

Color Harmonies of #DEA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9AA

Black with #DEA9AA

Text Example


Text Example

White with #DEA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9AA; }

 p { color: rgb(222,169,170); }

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

background-color css

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

 a { background-color: rgb(222,169,170); }

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

border-color css

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

 span { border-color: rgb(222,169,170); }

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