Html Css Color HEX #DBA1AB Pale Chestnut

📋 copy color: '#DBA1AB'

red 219 ◦ green 161 ◦ blue 171

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

Shades of Pale Chestnut #DBA1AB

Tints of Pale Chestnut #DBA1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.22%

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

R = 39.75%
G = 29.22%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBA1AB (or 0xDBA1AB) is known color: Pale Chestnut. HEX triplet: DB, A1 and AB. RGB value is (219,161,171). Sum of RGB (Red+Green+Blue) = 219+161+171=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1AB is #245E54. Grayscale: #B3B3B3. Windows color (decimal): -2383445 or 11248091. OLE color: 11248091.

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

Color convert

RGB 219 161 171 -
CMYK 0 0.26 0.22 0.14
HSL 349.66º 0.45% 0.75% -
HSV(B) 349.66º 0.26% 0.86% -
XYZ 49.31 43.49 44.32 -
YUV 179.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 219 161 171 0 0.26 0.22 0.14 349.66 0.45 0.75
Hex DB A1 AB 0 1A 16 E 15E 2D 4B
Octal 333 241 253 0 32 26 16 536 55 113
Binary 11011011 10100001 10101011 0 11010 10110 1110 101011110 101101 1001011

Color Harmonies of #DBA1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1AB

Black with #DBA1AB

Text Example


Text Example

White with #DBA1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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