#DBB9C1

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

Shades of Melanie #DBB9C1

Tints of Melanie #DBB9C1

Color information

#DBB9C1 (or 0xDBB9C1) is unknown color: approx Melanie. HEX triplet: DB, B9 and C1. RGB value is (219,185,193). Sum of RGB (Red+Green+Blue) = 219+185+193=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9C1 is #24463E. Grayscale: #C4C4C4. Windows color (decimal): -2377279 or 12696027. OLE color: 12696027.

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

Color convert

RGB219185193-
CMYK00.160.120.14
HSL345.88º32.08%79.22%-
HSV(B)345.88º15.53%85.88%-
XYZ56.1953.6157.84-
YUV196.08126.26144.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 193 (75.78% from 255) = 32.33%
R=36.68%
G=30.99%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918519300.160.120.14345.8832.0879.22
HexDBB9C1010CE15a204f
Octal333271301020141653240117
Binary110110111011100111000001010000110011101010110101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9C1; }

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

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

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

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

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

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

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

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