Html Css Color HEX #DBAABA Melanie

📋 copy color: '#DBAABA'

red 219 ◦ green 170 ◦ blue 186

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

Shades of Melanie #DBAABA

Tints of Melanie #DBAABA

RGB

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

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

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

R = 38.09%
G = 29.57%
B = 32.35%

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

#DBAABA (or 0xDBAABA) is known color: Melanie. HEX triplet: DB, AA and BA. RGB value is (219,170,186). Sum of RGB (Red+Green+Blue) = 219+170+186=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAABA is #245545. Grayscale: #BABABA. Windows color (decimal): -2381126 or 12233435. OLE color: 12233435.

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

Color convert

RGB 219 170 186 -
CMYK 0 0.22 0.15 0.14
HSL 340.41º 0.4% 0.76% -
HSV(B) 340.41º 0.22% 0.86% -
XYZ 52.45 47.35 52.83 -
YUV 186.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 219 170 186 0 0.22 0.15 0.14 340.41 0.4 0.76
Hex DB AA BA 0 16 F E 154 28 4C
Octal 333 252 272 0 26 17 16 524 50 114
Binary 11011011 10101010 10111010 0 10110 1111 1110 101010100 101000 1001100

Color Harmonies of #DBAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAABA

Black with #DBAABA

Text Example


Text Example

White with #DBAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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