Html Css Color HEX #DBA8AB Pale Chestnut

📋 copy color: '#DBA8AB'

red 219 ◦ green 168 ◦ blue 171

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

Shades of Pale Chestnut #DBA8AB

Tints of Pale Chestnut #DBA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.11%

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

R = 39.25%
G = 30.11%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBA8AB (or 0xDBA8AB) is known color: Pale Chestnut. HEX triplet: DB, A8 and AB. RGB value is (219,168,171). Sum of RGB (Red+Green+Blue) = 219+168+171=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8AB is #245754. Grayscale: #B7B7B7. Windows color (decimal): -2381653 or 11249883. OLE color: 11249883.

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

Color convert

RGB 219 168 171 -
CMYK 0 0.23 0.22 0.14
HSL 356.47º 0.41% 0.76% -
HSV(B) 356.47º 0.23% 0.86% -
XYZ 50.57 46.01 44.74 -
YUV 183.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 219 168 171 0 0.23 0.22 0.14 356.47 0.41 0.76
Hex DB A8 AB 0 17 16 E 164 29 4C
Octal 333 250 253 0 27 26 16 544 51 114
Binary 11011011 10101000 10101011 0 10111 10110 1110 101100100 101001 1001100

Color Harmonies of #DBA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8AB

Black with #DBA8AB

Text Example


Text Example

White with #DBA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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