Html Css Color HEX #DBAAB9 Melanie

📋 copy color: '#DBAAB9'

red 219 ◦ green 170 ◦ blue 185

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

Shades of Melanie #DBAAB9

Tints of Melanie #DBAAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.23%

R = 38.15%
G = 29.62%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBAAB9 (or 0xDBAAB9) is known color: Melanie. HEX triplet: DB, AA and B9. RGB value is (219,170,185). Sum of RGB (Red+Green+Blue) = 219+170+185=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAB9 is #245546. Grayscale: #BABABA. Windows color (decimal): -2381127 or 12167899. OLE color: 12167899.

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

Color convert

RGB 219 170 185 -
CMYK 0 0.22 0.16 0.14
HSL 341.63º 0.4% 0.76% -
HSV(B) 341.63º 0.22% 0.86% -
XYZ 52.35 47.31 52.27 -
YUV 186.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 219 170 185 0 0.22 0.16 0.14 341.63 0.4 0.76
Hex DB AA B9 0 16 10 E 156 28 4C
Octal 333 252 271 0 26 20 16 526 50 114
Binary 11011011 10101010 10111001 0 10110 10000 1110 101010110 101000 1001100

Color Harmonies of #DBAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAB9

Black with #DBAAB9

Text Example


Text Example

White with #DBAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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