Html Css Color HEX #DEA4A5 Pale Chestnut

📋 copy color: '#DEA4A5'

red 222 ◦ green 164 ◦ blue 165

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

Shades of Pale Chestnut #DEA4A5

Tints of Pale Chestnut #DEA4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.76%

 BLUE value IS 165 (64.84% from 255) = 29.95%

R = 40.29%
G = 29.76%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DEA4A5 (or 0xDEA4A5) is known color: Pale Chestnut. HEX triplet: DE, A4 and A5. RGB value is (222,164,165). Sum of RGB (Red+Green+Blue) = 222+164+165=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA4A5 is #215B5A. Grayscale: #B5B5B5. Windows color (decimal): -2186075 or 10855646. OLE color: 10855646.

HSL color Cylindrical-coordinate representation of color #DEA4A5: hue angle of 358.97º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA4A5 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 164 165 -
CMYK 0 0.26 0.26 0.13
HSL 358.97º 0.47% 0.76% -
HSV(B) 358.97º 0.26% 0.87% -
XYZ 50.19 44.8 41.6 -
YUV 181.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 222 164 165 0 0.26 0.26 0.13 358.97 0.47 0.76
Hex DE A4 A5 0 1A 1A D 167 2F 4C
Octal 336 244 245 0 32 32 15 547 57 114
Binary 11011110 10100100 10100101 0 11010 11010 1101 101100111 101111 1001100

Color Harmonies of #DEA4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA4A5

Black with #DEA4A5

Text Example


Text Example

White with #DEA4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA4A5; }

 p { color: rgb(222,164,165); }

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

background-color css

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

 a { background-color: rgb(222,164,165); }

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

border-color css

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

 span { border-color: rgb(222,164,165); }

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