Html Css Color HEX #DEAAAB Pale Chestnut

📋 copy color: '#DEAAAB'

red 222 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #DEAAAB

Tints of Pale Chestnut #DEAAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.2%

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 39.43%
G = 30.2%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEAAAB (or 0xDEAAAB) is known color: Pale Chestnut. HEX triplet: DE, AA and AB. RGB value is (222,170,171). Sum of RGB (Red+Green+Blue) = 222+170+171=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAAAB is #215554. Grayscale: #B9B9B9. Windows color (decimal): -2184533 or 11250398. OLE color: 11250398.

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

Color convert

RGB 222 170 171 -
CMYK 0 0.23 0.23 0.13
HSL 358.85º 0.44% 0.77% -
HSV(B) 358.85º 0.23% 0.87% -
XYZ 51.85 47.22 44.91 -
YUV 185.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 222 170 171 0 0.23 0.23 0.13 358.85 0.44 0.77
Hex DE AA AB 0 17 17 D 167 2C 4D
Octal 336 252 253 0 27 27 15 547 54 115
Binary 11011110 10101010 10101011 0 10111 10111 1101 101100111 101100 1001101

Color Harmonies of #DEAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAAB

Black with #DEAAAB

Text Example


Text Example

White with #DEAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAAB; }

 p { color: rgb(222,170,171); }

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

background-color css

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

 a { background-color: rgb(222,170,171); }

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

border-color css

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

 span { border-color: rgb(222,170,171); }

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