#DBBAC5

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

Shades of Melanie #DBBAC5

Tints of Melanie #DBBAC5

Color information

#DBBAC5 (or 0xDBBAC5) is unknown color: approx Melanie. HEX triplet: DB, BA and C5. RGB value is (219,186,197). Sum of RGB (Red+Green+Blue) = 219+186+197=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC5 is #24453A. Grayscale: #C5C5C5. Windows color (decimal): -2377019 or 12958427. OLE color: 12958427.

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

Color convert

RGB219186197-
CMYK00.150.100.14
HSL340º31.43%79.41%-
HSV(B)340º15.07%85.88%-
XYZ56.8554.2160.29-
YUV197.12127.93143.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 197 (77.34% from 255) = 32.72%
R=36.38%
G=30.90%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918619700.150.100.1434031.4379.41
HexDBBAC50FAE1541f4f
Octal333272305017121652437117
Binary1101101110111010110001010111110101110101010100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAC5; }

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

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

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

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

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

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

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

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