Html Css Color HEX #DBABBA Melanie

📋 copy color: '#DBABBA'

red 219 ◦ green 171 ◦ blue 186

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

Shades of Melanie #DBABBA

Tints of Melanie #DBABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 38.02%
G = 29.69%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBABBA (or 0xDBABBA) is known color: Melanie. HEX triplet: DB, AB and BA. RGB value is (219,171,186). Sum of RGB (Red+Green+Blue) = 219+171+186=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABBA is #245445. Grayscale: #BBBBBB. Windows color (decimal): -2380870 or 12233691. OLE color: 12233691.

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

Color convert

RGB 219 171 186 -
CMYK 0 0.22 0.15 0.14
HSL 341.25º 0.4% 0.76% -
HSV(B) 341.25º 0.22% 0.86% -
XYZ 52.64 47.73 52.89 -
YUV 187.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 219 171 186 0 0.22 0.15 0.14 341.25 0.4 0.76
Hex DB AB BA 0 16 F E 155 28 4C
Octal 333 253 272 0 26 17 16 525 50 114
Binary 11011011 10101011 10111010 0 10110 1111 1110 101010101 101000 1001100

Color Harmonies of #DBABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABBA

Black with #DBABBA

Text Example


Text Example

White with #DBABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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