#DCBDC1

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

Shades of Melanie #DCBDC1

Tints of Melanie #DCBDC1

Color information

#DCBDC1 (or 0xDCBDC1) is unknown color: approx Melanie. HEX triplet: DC, BD and C1. RGB value is (220,189,193). Sum of RGB (Red+Green+Blue) = 220+189+193=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC1 is #23423E. Grayscale: #C6C6C6. Windows color (decimal): -2310719 or 12697052. OLE color: 12697052.

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

Color convert

RGB220189193-
CMYK00.140.120.14
HSL352.26º30.69%80.2%-
HSV(B)352.26º14.09%86.27%-
XYZ57.3455.4658.14-
YUV198.73124.77143.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 193 (75.78% from 255) = 32.06%
R=36.54%
G=31.40%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018919300.140.120.14352.2630.6980.2
HexDCBDC10ECE1601f50
Octal334275301016141654037120
Binary1101110010111101110000010111011001110101100000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDC1; }

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

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

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

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

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

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

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

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