Html Css Color HEX #DBA5AB Pale Chestnut

📋 copy color: '#DBA5AB'

red 219 ◦ green 165 ◦ blue 171

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

Shades of Pale Chestnut #DBA5AB

Tints of Pale Chestnut #DBA5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

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

R = 39.46%
G = 29.73%
B = 30.81%

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

#DBA5AB (or 0xDBA5AB) is known color: Pale Chestnut. HEX triplet: DB, A5 and AB. RGB value is (219,165,171). Sum of RGB (Red+Green+Blue) = 219+165+171=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA5AB is #245A54. Grayscale: #B5B5B5. Windows color (decimal): -2382421 or 11249115. OLE color: 11249115.

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

Color convert

RGB 219 165 171 -
CMYK 0 0.25 0.22 0.14
HSL 353.33º 0.43% 0.75% -
HSV(B) 353.33º 0.25% 0.86% -
XYZ 50.02 44.91 44.56 -
YUV 181.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 219 165 171 0 0.25 0.22 0.14 353.33 0.43 0.75
Hex DB A5 AB 0 19 16 E 161 2B 4B
Octal 333 245 253 0 31 26 16 541 53 113
Binary 11011011 10100101 10101011 0 11001 10110 1110 101100001 101011 1001011

Color Harmonies of #DBA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5AB

Black with #DBA5AB

Text Example


Text Example

White with #DBA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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