Html Css Color HEX #DBAAB0 Pale Chestnut

📋 copy color: '#DBAAB0'

red 219 ◦ green 170 ◦ blue 176

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

Shades of Pale Chestnut #DBAAB0

Tints of Pale Chestnut #DBAAB0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.09%

 BLUE value IS 176 (69.14% from 255) = 31.15%

R = 38.76%
G = 30.09%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DBAAB0 (or 0xDBAAB0) is known color: Pale Chestnut. HEX triplet: DB, AA and B0. RGB value is (219,170,176). Sum of RGB (Red+Green+Blue) = 219+170+176=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAB0 is #24554F. Grayscale: #B9B9B9. Windows color (decimal): -2381136 or 11578075. OLE color: 11578075.

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

Color convert

RGB 219 170 176 -
CMYK 0 0.22 0.20 0.14
HSL 352.65º 0.4% 0.76% -
HSV(B) 352.65º 0.22% 0.86% -
XYZ 51.42 46.94 47.43 -
YUV 185.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 219 170 176 0 0.22 0.20 0.14 352.65 0.4 0.76
Hex DB AA B0 0 16 14 E 161 28 4C
Octal 333 252 260 0 26 24 16 541 50 114
Binary 11011011 10101010 10110000 0 10110 10100 1110 101100001 101000 1001100

Color Harmonies of #DBAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAB0

Black with #DBAAB0

Text Example


Text Example

White with #DBAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAB0; }

 p { color: rgb(219,170,176); }

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

background-color css

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

 a { background-color: rgb(219,170,176); }

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

border-color css

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

 span { border-color: rgb(219,170,176); }

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