Html Css Color HEX #DBAAAB Pale Chestnut

📋 copy color: '#DBAAAB'

red 219 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #DBAAAB

Tints of Pale Chestnut #DBAAAB

RGB

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

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

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

R = 39.11%
G = 30.36%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBAAAB (or 0xDBAAAB) is known color: Pale Chestnut. HEX triplet: DB, AA and AB. RGB value is (219,170,171). Sum of RGB (Red+Green+Blue) = 219+170+171=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAAB is #245554. Grayscale: #B8B8B8. Windows color (decimal): -2381141 or 11250395. OLE color: 11250395.

HSL color Cylindrical-coordinate representation of color #DBAAAB: hue angle of 358.78º 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 #DBAAAB is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 171 -
CMYK 0 0.22 0.22 0.14
HSL 358.78º 0.4% 0.76% -
HSV(B) 358.78º 0.22% 0.86% -
XYZ 50.94 46.75 44.87 -
YUV 184.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 219 170 171 0 0.22 0.22 0.14 358.78 0.4 0.76
Hex DB AA AB 0 16 16 E 167 28 4C
Octal 333 252 253 0 26 26 16 547 50 114
Binary 11011011 10101010 10101011 0 10110 10110 1110 101100111 101000 1001100

Color Harmonies of #DBAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAAB

Black with #DBAAAB

Text Example


Text Example

White with #DBAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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