Html Css Color HEX #DEA3AF Pale Chestnut

📋 copy color: '#DEA3AF'

red 222 ◦ green 163 ◦ blue 175

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

Shades of Pale Chestnut #DEA3AF

Tints of Pale Chestnut #DEA3AF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.11%

 BLUE value IS 175 (68.75% from 255) = 31.25%

R = 39.64%
G = 29.11%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DEA3AF (or 0xDEA3AF) is known color: Pale Chestnut. HEX triplet: DE, A3 and AF. RGB value is (222,163,175). Sum of RGB (Red+Green+Blue) = 222+163+175=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA3AF is #215C50. Grayscale: #B6B6B6. Windows color (decimal): -2186321 or 11510750. OLE color: 11510750.

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

Color convert

RGB 222 163 175 -
CMYK 0 0.27 0.21 0.13
HSL 347.8º 0.47% 0.75% -
HSV(B) 347.8º 0.27% 0.87% -
XYZ 50.96 44.82 46.52 -
YUV 182.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 222 163 175 0 0.27 0.21 0.13 347.8 0.47 0.75
Hex DE A3 AF 0 1B 15 D 15C 2F 4B
Octal 336 243 257 0 33 25 15 534 57 113
Binary 11011110 10100011 10101111 0 11011 10101 1101 101011100 101111 1001011

Color Harmonies of #DEA3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA3AF

Black with #DEA3AF

Text Example


Text Example

White with #DEA3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA3AF; }

 p { color: rgb(222,163,175); }

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

background-color css

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

 a { background-color: rgb(222,163,175); }

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

border-color css

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

 span { border-color: rgb(222,163,175); }

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