Html Css Color HEX #DBA2AD Pale Chestnut

📋 copy color: '#DBA2AD'

red 219 ◦ green 162 ◦ blue 173

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

Shades of Pale Chestnut #DBA2AD

Tints of Pale Chestnut #DBA2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.24%

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

R = 39.53%
G = 29.24%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBA2AD (or 0xDBA2AD) is known color: Pale Chestnut. HEX triplet: DB, A2 and AD. RGB value is (219,162,173). Sum of RGB (Red+Green+Blue) = 219+162+173=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2AD is #245D52. Grayscale: #B4B4B4. Windows color (decimal): -2383187 or 11379419. OLE color: 11379419.

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

Color convert

RGB 219 162 173 -
CMYK 0 0.26 0.21 0.14
HSL 348.42º 0.44% 0.75% -
HSV(B) 348.42º 0.26% 0.86% -
XYZ 49.68 43.92 45.39 -
YUV 180.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 219 162 173 0 0.26 0.21 0.14 348.42 0.44 0.75
Hex DB A2 AD 0 1A 15 E 15C 2C 4B
Octal 333 242 255 0 32 25 16 534 54 113
Binary 11011011 10100010 10101101 0 11010 10101 1110 101011100 101100 1001011

Color Harmonies of #DBA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2AD

Black with #DBA2AD

Text Example


Text Example

White with #DBA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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