Html Css Color HEX #DBABAC Pale Chestnut

📋 copy color: '#DBABAC'

red 219 ◦ green 171 ◦ blue 172

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

Shades of Pale Chestnut #DBABAC

Tints of Pale Chestnut #DBABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.43%

 BLUE value IS 172 (67.58% from 255) = 30.6%

R = 38.97%
G = 30.43%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBABAC (or 0xDBABAC) is known color: Pale Chestnut. HEX triplet: DB, AB and AC. RGB value is (219,171,172). Sum of RGB (Red+Green+Blue) = 219+171+172=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABAC is #245453. Grayscale: #B9B9B9. Windows color (decimal): -2380884 or 11316187. OLE color: 11316187.

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

Color convert

RGB 219 171 172 -
CMYK 0 0.22 0.21 0.14
HSL 358.75º 0.4% 0.76% -
HSV(B) 358.75º 0.22% 0.86% -
XYZ 51.22 47.16 45.43 -
YUV 185.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 219 171 172 0 0.22 0.21 0.14 358.75 0.4 0.76
Hex DB AB AC 0 16 15 E 167 28 4C
Octal 333 253 254 0 26 25 16 547 50 114
Binary 11011011 10101011 10101100 0 10110 10101 1110 101100111 101000 1001100

Color Harmonies of #DBABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABAC

Black with #DBABAC

Text Example


Text Example

White with #DBABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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