Html Css Color HEX #DBA9BE Melanie

📋 copy color: '#DBA9BE'

red 219 ◦ green 169 ◦ blue 190

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

Shades of Melanie #DBA9BE

Tints of Melanie #DBA9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.24%

 BLUE value IS 190 (74.61% from 255) = 32.87%

R = 37.89%
G = 29.24%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBA9BE (or 0xDBA9BE) is known color: Melanie. HEX triplet: DB, A9 and BE. RGB value is (219,169,190). Sum of RGB (Red+Green+Blue) = 219+169+190=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9BE is #245641. Grayscale: #BABABA. Windows color (decimal): -2381378 or 12495323. OLE color: 12495323.

HSL color Cylindrical-coordinate representation of color #DBA9BE: hue angle of 334.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9BE is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 190 -
CMYK 0 0.23 0.13 0.14
HSL 334.8º 0.41% 0.76% -
HSV(B) 334.8º 0.23% 0.86% -
XYZ 52.7 47.15 55.04 -
YUV 186.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 219 169 190 0 0.23 0.13 0.14 334.8 0.41 0.76
Hex DB A9 BE 0 17 D E 14F 29 4C
Octal 333 251 276 0 27 15 16 517 51 114
Binary 11011011 10101001 10111110 0 10111 1101 1110 101001111 101001 1001100

Color Harmonies of #DBA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9BE

Black with #DBA9BE

Text Example


Text Example

White with #DBA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9BE; }

 p { color: rgb(219,169,190); }

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

background-color css

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

 a { background-color: rgb(219,169,190); }

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

border-color css

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

 span { border-color: rgb(219,169,190); }

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