Html Css Color HEX #DEA5AE Pale Chestnut

📋 copy color: '#DEA5AE'

red 222 ◦ green 165 ◦ blue 174

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

Shades of Pale Chestnut #DEA5AE

Tints of Pale Chestnut #DEA5AE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.41%

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

R = 39.57%
G = 29.41%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEA5AE (or 0xDEA5AE) is known color: Pale Chestnut. HEX triplet: DE, A5 and AE. RGB value is (222,165,174). Sum of RGB (Red+Green+Blue) = 222+165+174=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA5AE is #215A51. Grayscale: #B7B7B7. Windows color (decimal): -2185810 or 11445726. OLE color: 11445726.

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

Color convert

RGB 222 165 174 -
CMYK 0 0.26 0.22 0.13
HSL 350.53º 0.46% 0.76% -
HSV(B) 350.53º 0.26% 0.87% -
XYZ 51.22 45.5 46.13 -
YUV 183.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 222 165 174 0 0.26 0.22 0.13 350.53 0.46 0.76
Hex DE A5 AE 0 1A 16 D 15F 2E 4C
Octal 336 245 256 0 32 26 15 537 56 114
Binary 11011110 10100101 10101110 0 11010 10110 1101 101011111 101110 1001100

Color Harmonies of #DEA5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5AE

Black with #DEA5AE

Text Example


Text Example

White with #DEA5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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