Html Css Color HEX #DBA9B9 Melanie

📋 copy color: '#DBA9B9'

red 219 ◦ green 169 ◦ blue 185

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

Shades of Melanie #DBA9B9

Tints of Melanie #DBA9B9

RGB

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

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

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

R = 38.22%
G = 29.49%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBA9B9 (or 0xDBA9B9) is known color: Melanie. HEX triplet: DB, A9 and B9. RGB value is (219,169,185). Sum of RGB (Red+Green+Blue) = 219+169+185=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9B9 is #245646. Grayscale: #B9B9B9. Windows color (decimal): -2381383 or 12167643. OLE color: 12167643.

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

Color convert

RGB 219 169 185 -
CMYK 0 0.23 0.16 0.14
HSL 340.8º 0.41% 0.76% -
HSV(B) 340.8º 0.23% 0.86% -
XYZ 52.16 46.94 52.21 -
YUV 185.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 219 169 185 0 0.23 0.16 0.14 340.8 0.41 0.76
Hex DB A9 B9 0 17 10 E 155 29 4C
Octal 333 251 271 0 27 20 16 525 51 114
Binary 11011011 10101001 10111001 0 10111 10000 1110 101010101 101001 1001100

Color Harmonies of #DBA9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9B9

Black with #DBA9B9

Text Example


Text Example

White with #DBA9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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