#DCBDC4

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

Shades of Melanie #DCBDC4

Tints of Melanie #DCBDC4

Color information

#DCBDC4 (or 0xDCBDC4) is unknown color: approx Melanie. HEX triplet: DC, BD and C4. RGB value is (220,189,196). Sum of RGB (Red+Green+Blue) = 220+189+196=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC4 is #23423B. Grayscale: #C7C7C7. Windows color (decimal): -2310716 or 12893660. OLE color: 12893660.

HSL color Cylindrical-coordinate representation of color #DCBDC4: hue angle of 346.45º 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 #DCBDC4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220189196-
CMYK00.140.110.14
HSL346.45º30.69%80.2%-
HSV(B)346.45º14.09%86.27%-
XYZ57.6855.659.92-
YUV199.07126.27142.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=36.36%
G=31.24%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018919600.140.110.14346.4530.6980.2
HexDCBDC40EBE15a1f50
Octal334275304016131653237120
Binary1101110010111101110001000111010111110101011010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDC4; }

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

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

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

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

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

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

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

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