Html Css Color HEX #DBABBD Melanie

📋 copy color: '#DBABBD'

red 219 ◦ green 171 ◦ blue 189

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

Shades of Melanie #DBABBD

Tints of Melanie #DBABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 37.82%
G = 29.53%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBABBD (or 0xDBABBD) is known color: Melanie. HEX triplet: DB, AB and BD. RGB value is (219,171,189). Sum of RGB (Red+Green+Blue) = 219+171+189=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABBD is #245442. Grayscale: #BBBBBB. Windows color (decimal): -2380867 or 12430299. OLE color: 12430299.

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

Color convert

RGB 219 171 189 -
CMYK 0 0.22 0.14 0.14
HSL 337.5º 0.4% 0.76% -
HSV(B) 337.5º 0.22% 0.86% -
XYZ 52.96 47.86 54.59 -
YUV 187.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 219 171 189 0 0.22 0.14 0.14 337.5 0.4 0.76
Hex DB AB BD 0 16 E E 152 28 4C
Octal 333 253 275 0 26 16 16 522 50 114
Binary 11011011 10101011 10111101 0 10110 1110 1110 101010010 101000 1001100

Color Harmonies of #DBABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABBD

Black with #DBABBD

Text Example


Text Example

White with #DBABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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