Html Css Color HEX #DBA4AB Pale Chestnut

📋 copy color: '#DBA4AB'

red 219 ◦ green 164 ◦ blue 171

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

Shades of Pale Chestnut #DBA4AB

Tints of Pale Chestnut #DBA4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.6%

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

R = 39.53%
G = 29.6%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBA4AB (or 0xDBA4AB) is known color: Pale Chestnut. HEX triplet: DB, A4 and AB. RGB value is (219,164,171). Sum of RGB (Red+Green+Blue) = 219+164+171=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA4AB is #245B54. Grayscale: #B5B5B5. Windows color (decimal): -2382677 or 11248859. OLE color: 11248859.

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

Color convert

RGB 219 164 171 -
CMYK 0 0.25 0.22 0.14
HSL 352.36º 0.43% 0.75% -
HSV(B) 352.36º 0.25% 0.86% -
XYZ 49.84 44.55 44.5 -
YUV 181.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 219 164 171 0 0.25 0.22 0.14 352.36 0.43 0.75
Hex DB A4 AB 0 19 16 E 160 2B 4B
Octal 333 244 253 0 31 26 16 540 53 113
Binary 11011011 10100100 10101011 0 11001 10110 1110 101100000 101011 1001011

Color Harmonies of #DBA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4AB

Black with #DBA4AB

Text Example


Text Example

White with #DBA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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