Html Css Color HEX #DEA9AE Pale Chestnut

📋 copy color: '#DEA9AE'

red 222 ◦ green 169 ◦ blue 174

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

Shades of Pale Chestnut #DEA9AE

Tints of Pale Chestnut #DEA9AE

RGB

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

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

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

R = 39.29%
G = 29.91%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEA9AE (or 0xDEA9AE) is known color: Pale Chestnut. HEX triplet: DE, A9 and AE. RGB value is (222,169,174). Sum of RGB (Red+Green+Blue) = 222+169+174=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9AE is #215651. Grayscale: #B9B9B9. Windows color (decimal): -2184786 or 11446750. OLE color: 11446750.

HSL color Cylindrical-coordinate representation of color #DEA9AE: hue angle of 354.34º 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 #DEA9AE is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 174 -
CMYK 0 0.24 0.22 0.13
HSL 354.34º 0.45% 0.77% -
HSV(B) 354.34º 0.24% 0.87% -
XYZ 51.95 46.96 46.37 -
YUV 185.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 222 169 174 0 0.24 0.22 0.13 354.34 0.45 0.77
Hex DE A9 AE 0 18 16 D 162 2D 4D
Octal 336 251 256 0 30 26 15 542 55 115
Binary 11011110 10101001 10101110 0 11000 10110 1101 101100010 101101 1001101

Color Harmonies of #DEA9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9AE

Black with #DEA9AE

Text Example


Text Example

White with #DEA9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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