Html Css Color HEX #DEA6AF Pale Chestnut

📋 copy color: '#DEA6AF'

red 222 ◦ green 166 ◦ blue 175

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

Shades of Pale Chestnut #DEA6AF

Tints of Pale Chestnut #DEA6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.48%

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

R = 39.43%
G = 29.48%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DEA6AF (or 0xDEA6AF) is known color: Pale Chestnut. HEX triplet: DE, A6 and AF. RGB value is (222,166,175). Sum of RGB (Red+Green+Blue) = 222+166+175=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA6AF is #215950. Grayscale: #B7B7B7. Windows color (decimal): -2185553 or 11511518. OLE color: 11511518.

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

Color convert

RGB 222 166 175 -
CMYK 0 0.25 0.21 0.13
HSL 350.36º 0.46% 0.76% -
HSV(B) 350.36º 0.25% 0.87% -
XYZ 51.5 45.9 46.7 -
YUV 183.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 222 166 175 0 0.25 0.21 0.13 350.36 0.46 0.76
Hex DE A6 AF 0 19 15 D 15E 2E 4C
Octal 336 246 257 0 31 25 15 536 56 114
Binary 11011110 10100110 10101111 0 11001 10101 1101 101011110 101110 1001100

Color Harmonies of #DEA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6AF

Black with #DEA6AF

Text Example


Text Example

White with #DEA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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