#DBB6C1

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

Shades of Melanie #DBB6C1

Tints of Melanie #DBB6C1

Color information

#DBB6C1 (or 0xDBB6C1) is unknown color: approx Melanie. HEX triplet: DB, B6 and C1. RGB value is (219,182,193). Sum of RGB (Red+Green+Blue) = 219+182+193=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6C1 is #24493E. Grayscale: #C2C2C2. Windows color (decimal): -2378047 or 12695259. OLE color: 12695259.

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

Color convert

RGB219182193-
CMYK00.170.120.14
HSL342.16º33.94%78.63%-
HSV(B)342.16º16.89%85.88%-
XYZ55.5752.3757.63-
YUV194.32127.26145.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 182 (71.48% from 255) = 30.64%
BLUE value IS 193 (75.78% from 255) = 32.49%
R=36.87%
G=30.64%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918219300.170.120.14342.1633.9478.63
HexDBB6C1011CE156224f
Octal333266301021141652642117
Binary110110111011011011000001010001110011101010101101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6C1; }

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

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

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

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

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

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

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

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