#DCBDC7

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

Shades of Melanie #DCBDC7

Tints of Melanie #DCBDC7

Color information

#DCBDC7 (or 0xDCBDC7) is unknown color: approx Melanie. HEX triplet: DC, BD and C7. RGB value is (220,189,199). Sum of RGB (Red+Green+Blue) = 220+189+199=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC7 is #234238. Grayscale: #C7C7C7. Windows color (decimal): -2310713 or 13090268. OLE color: 13090268.

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

Color convert

RGB220189199-
CMYK00.140.100.14
HSL340.65º30.69%80.2%-
HSV(B)340.65º14.09%86.27%-
XYZ58.0255.7361.73-
YUV199.41127.77142.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=36.18%
G=31.09%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018919900.140.100.14340.6530.6980.2
HexDCBDC70EAE1551f50
Octal334275307016121652537120
Binary1101110010111101110001110111010101110101010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDC7; }

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

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

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

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

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

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

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

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