#DCB0C1

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

Shades of Melanie #DCB0C1

Tints of Melanie #DCB0C1

Color information

#DCB0C1 (or 0xDCB0C1) is unknown color: approx Melanie. HEX triplet: DC, B0 and C1. RGB value is (220,176,193). Sum of RGB (Red+Green+Blue) = 220+176+193=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C1 is #234F3E. Grayscale: #BFBFBF. Windows color (decimal): -2314047 or 12693724. OLE color: 12693724.

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

Color convert

RGB220176193-
CMYK00.20.120.14
HSL336.82º38.6%77.65%-
HSV(B)336.82º20%86.27%-
XYZ54.6750.1257.24-
YUV191.09129.08148.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=37.35%
G=29.88%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017619300.20.120.14336.8238.677.65
HexDCB0C1014CE151274e
Octal334260301024141652147116
Binary110111001011000011000001010100110011101010100011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0C1; }

 p { color: rgb(220,176,193); }

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

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

 a { background-color: rgb(220,176,193); }

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

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

 span { border-color: rgb(220,176,193); }

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