Html Css Color HEX #DBAAB1 Pale Chestnut

📋 copy color: '#DBAAB1'

red 219 ◦ green 170 ◦ blue 177

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

Shades of Pale Chestnut #DBAAB1

Tints of Pale Chestnut #DBAAB1

RGB

 RED value IS 219 (85.94% from 255) = 38.69%

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

 BLUE value IS 177 (69.53% from 255) = 31.27%

R = 38.69%
G = 30.04%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBAAB1 (or 0xDBAAB1) is known color: Pale Chestnut. HEX triplet: DB, AA and B1. RGB value is (219,170,177). Sum of RGB (Red+Green+Blue) = 219+170+177=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAB1 is #24554E. Grayscale: #B9B9B9. Windows color (decimal): -2381135 or 11643611. OLE color: 11643611.

HSL color Cylindrical-coordinate representation of color #DBAAB1: hue angle of 351.43º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAAB1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 177 -
CMYK 0 0.22 0.19 0.14
HSL 351.43º 0.4% 0.76% -
HSV(B) 351.43º 0.22% 0.86% -
XYZ 51.52 46.98 47.95 -
YUV 185.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 219 170 177 0 0.22 0.19 0.14 351.43 0.4 0.76
Hex DB AA B1 0 16 13 E 15F 28 4C
Octal 333 252 261 0 26 23 16 537 50 114
Binary 11011011 10101010 10110001 0 10110 10011 1110 101011111 101000 1001100

Color Harmonies of #DBAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAB1

Black with #DBAAB1

Text Example


Text Example

White with #DBAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAB1; }

 p { color: rgb(219,170,177); }

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

background-color css

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

 a { background-color: rgb(219,170,177); }

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

border-color css

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

 span { border-color: rgb(219,170,177); }

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