Html Css Color HEX #DBA4AD Pale Chestnut

📋 copy color: '#DBA4AD'

red 219 ◦ green 164 ◦ blue 173

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

Shades of Pale Chestnut #DBA4AD

Tints of Pale Chestnut #DBA4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 39.39%
G = 29.5%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBA4AD (or 0xDBA4AD) is known color: Pale Chestnut. HEX triplet: DB, A4 and AD. RGB value is (219,164,173). Sum of RGB (Red+Green+Blue) = 219+164+173=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA4AD is #245B52. Grayscale: #B5B5B5. Windows color (decimal): -2382675 or 11379931. OLE color: 11379931.

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

Color convert

RGB 219 164 173 -
CMYK 0 0.25 0.21 0.14
HSL 350.18º 0.43% 0.75% -
HSV(B) 350.18º 0.25% 0.86% -
XYZ 50.03 44.63 45.51 -
YUV 181.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 219 164 173 0 0.25 0.21 0.14 350.18 0.43 0.75
Hex DB A4 AD 0 19 15 E 15E 2B 4B
Octal 333 244 255 0 31 25 16 536 53 113
Binary 11011011 10100100 10101101 0 11001 10101 1110 101011110 101011 1001011

Color Harmonies of #DBA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4AD

Black with #DBA4AD

Text Example


Text Example

White with #DBA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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