#DBB4C3

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

Shades of Melanie #DBB4C3

Tints of Melanie #DBB4C3

Color information

#DBB4C3 (or 0xDBB4C3) is unknown color: approx Melanie. HEX triplet: DB, B4 and C3. RGB value is (219,180,195). Sum of RGB (Red+Green+Blue) = 219+180+195=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4C3 is #244B3C. Grayscale: #C1C1C1. Windows color (decimal): -2378557 or 12825819. OLE color: 12825819.

HSL color Cylindrical-coordinate representation of color #DBB4C3: hue angle of 336.92º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB4C3 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219180195-
CMYK00.180.110.14
HSL336.92º35.14%78.24%-
HSV(B)336.92º17.81%85.88%-
XYZ55.3951.6458.68-
YUV193.37128.92146.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 195 (76.56% from 255) = 32.83%
R=36.87%
G=30.30%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918019500.180.110.14336.9235.1478.24
HexDBB4C3012BE151234e
Octal333264303022131652143116
Binary110110111011010011000011010010101111101010100011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4C3; }

 p { color: rgb(219,180,195); }

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

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

 a { background-color: rgb(219,180,195); }

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

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

 span { border-color: rgb(219,180,195); }

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