#DBBAC0

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

Shades of Melanie #DBBAC0

Tints of Melanie #DBBAC0

Color information

#DBBAC0 (or 0xDBBAC0) is unknown color: approx Melanie. HEX triplet: DB, BA and C0. RGB value is (219,186,192). Sum of RGB (Red+Green+Blue) = 219+186+192=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC0 is #24453F. Grayscale: #C4C4C4. Windows color (decimal): -2377024 or 12630747. OLE color: 12630747.

HSL color Cylindrical-coordinate representation of color #DBBAC0: hue angle of 349.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBAC0 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219186192-
CMYK00.150.120.14
HSL349.09º31.43%79.41%-
HSV(B)349.09º15.07%85.88%-
XYZ56.2953.9857.32-
YUV196.55125.43144.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 192 (75.39% from 255) = 32.16%
R=36.68%
G=31.16%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918619200.150.120.14349.0931.4379.41
HexDBBAC00FCE15d1f4f
Octal333272300017141653537117
Binary1101101110111010110000000111111001110101011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAC0; }

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

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

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

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

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

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

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

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