Html Css Color HEX #DBABAF Pale Chestnut

📋 copy color: '#DBABAF'

red 219 ◦ green 171 ◦ blue 175

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

Shades of Pale Chestnut #DBABAF

Tints of Pale Chestnut #DBABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.27%

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 38.76%
G = 30.27%
B = 30.97%

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

#DBABAF (or 0xDBABAF) is known color: Pale Chestnut. HEX triplet: DB, AB and AF. RGB value is (219,171,175). Sum of RGB (Red+Green+Blue) = 219+171+175=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABAF is #245450. Grayscale: #B9B9B9. Windows color (decimal): -2380881 or 11512795. OLE color: 11512795.

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

Color convert

RGB 219 171 175 -
CMYK 0 0.22 0.20 0.14
HSL 355º 0.4% 0.76% -
HSV(B) 355º 0.22% 0.86% -
XYZ 51.51 47.28 46.97 -
YUV 185.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 219 171 175 0 0.22 0.20 0.14 355 0.4 0.76
Hex DB AB AF 0 16 14 E 163 28 4C
Octal 333 253 257 0 26 24 16 543 50 114
Binary 11011011 10101011 10101111 0 10110 10100 1110 101100011 101000 1001100

Color Harmonies of #DBABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABAF

Black with #DBABAF

Text Example


Text Example

White with #DBABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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