#DCBDC8

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

Shades of Melanie #DCBDC8

Tints of Melanie #DCBDC8

Color information

#DCBDC8 (or 0xDCBDC8) is unknown color: approx Melanie. HEX triplet: DC, BD and C8. RGB value is (220,189,200). Sum of RGB (Red+Green+Blue) = 220+189+200=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC8 is #234237. Grayscale: #C7C7C7. Windows color (decimal): -2310712 or 13155804. OLE color: 13155804.

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

Color convert

RGB220189200-
CMYK00.140.090.14
HSL338.71º30.69%80.2%-
HSV(B)338.71º14.09%86.27%-
XYZ58.1455.7862.35-
YUV199.52128.27142.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 200 (78.52% from 255) = 32.84%
R=36.12%
G=31.03%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018920000.140.090.14338.7130.6980.2
HexDCBDC80E9E1531f50
Octal334275310016111652337120
Binary1101110010111101110010000111010011110101010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDC8; }

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

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

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

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

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

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

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

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