Html Css Color HEX #DBABB9 Melanie

📋 copy color: '#DBABB9'

red 219 ◦ green 171 ◦ blue 185

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

Shades of Melanie #DBABB9

Tints of Melanie #DBABB9

RGB

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

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

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

R = 38.09%
G = 29.74%
B = 32.17%

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

#DBABB9 (or 0xDBABB9) is known color: Melanie. HEX triplet: DB, AB and B9. RGB value is (219,171,185). Sum of RGB (Red+Green+Blue) = 219+171+185=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABB9 is #245446. Grayscale: #BABABA. Windows color (decimal): -2380871 or 12168155. OLE color: 12168155.

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

Color convert

RGB 219 171 185 -
CMYK 0 0.22 0.16 0.14
HSL 342.5º 0.4% 0.76% -
HSV(B) 342.5º 0.22% 0.86% -
XYZ 52.53 47.69 52.33 -
YUV 186.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 219 171 185 0 0.22 0.16 0.14 342.5 0.4 0.76
Hex DB AB B9 0 16 10 E 156 28 4C
Octal 333 253 271 0 26 20 16 526 50 114
Binary 11011011 10101011 10111001 0 10110 10000 1110 101010110 101000 1001100

Color Harmonies of #DBABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABB9

Black with #DBABB9

Text Example


Text Example

White with #DBABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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