Html Css Color HEX #DBA7B8 Melanie

📋 copy color: '#DBA7B8'

red 219 ◦ green 167 ◦ blue 184

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

Shades of Melanie #DBA7B8

Tints of Melanie #DBA7B8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.3%

 BLUE value IS 184 (72.27% from 255) = 32.28%

R = 38.42%
G = 29.3%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBA7B8 (or 0xDBA7B8) is known color: Melanie. HEX triplet: DB, A7 and B8. RGB value is (219,167,184). Sum of RGB (Red+Green+Blue) = 219+167+184=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7B8 is #245847. Grayscale: #B8B8B8. Windows color (decimal): -2381896 or 12101595. OLE color: 12101595.

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

Color convert

RGB 219 167 184 -
CMYK 0 0.24 0.16 0.14
HSL 340.38º 0.42% 0.76% -
HSV(B) 340.38º 0.24% 0.86% -
XYZ 51.68 46.16 51.53 -
YUV 184.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 219 167 184 0 0.24 0.16 0.14 340.38 0.42 0.76
Hex DB A7 B8 0 18 10 E 154 2A 4C
Octal 333 247 270 0 30 20 16 524 52 114
Binary 11011011 10100111 10111000 0 11000 10000 1110 101010100 101010 1001100

Color Harmonies of #DBA7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7B8

Black with #DBA7B8

Text Example


Text Example

White with #DBA7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7B8; }

 p { color: rgb(219,167,184); }

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

background-color css

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

 a { background-color: rgb(219,167,184); }

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

border-color css

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

 span { border-color: rgb(219,167,184); }

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