#DBA8B8

Color #DBA8B8 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #DBA8B8

Tints of Melanie #DBA8B8

Color information

#DBA8B8 (or 0xDBA8B8) is unknown color: approx Melanie. HEX triplet: DB, A8 and B8. RGB value is (219,168,184). Sum of RGB (Red+Green+Blue) = 219+168+184=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8B8 is #245747. Grayscale: #B9B9B9. Windows color (decimal): -2381640 or 12101851. OLE color: 12101851.

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

Color convert

RGB219168184-
CMYK00.230.160.14
HSL341.18º41.46%75.88%-
HSV(B)341.18º23.29%85.88%-
XYZ51.8746.5351.59-
YUV185.07127.4152.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 168 (66.02% from 255) = 29.42%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=38.35%
G=29.42%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916818400.230.160.14341.1841.4675.88
HexDBA8B801710E155294c
Octal333250270027201652551114
Binary1101101110101000101110000101111000011101010101011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8B8; }

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

 H1.HeaderClassName
 {
   color: #DBA8B8;
 }
 .AnyTagClassName
 {
   color: #DBA8B8;
 }
</style>
background-color css

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

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

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

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

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

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