#DCBCC6

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

Shades of Melanie #DCBCC6

Tints of Melanie #DCBCC6

Color information

#DCBCC6 (or 0xDCBCC6) is unknown color: approx Melanie. HEX triplet: DC, BC and C6. RGB value is (220,188,198). Sum of RGB (Red+Green+Blue) = 220+188+198=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC6 is #234339. Grayscale: #C6C6C6. Windows color (decimal): -2310970 or 13024476. OLE color: 13024476.

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

Color convert

RGB220188198-
CMYK00.150.10.14
HSL341.25º31.37%80%-
HSV(B)341.25º14.55%86.27%-
XYZ57.6955.2661.05-
YUV198.71127.6143.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=36.30%
G=31.02%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018819800.150.10.14341.2531.3780
HexDCBCC60FAE1551f50
Octal334274306017121652537120
Binary1101110010111100110001100111110101110101010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCC6; }

 p { color: rgb(220,188,198); }

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

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

 a { background-color: rgb(220,188,198); }

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

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

 span { border-color: rgb(220,188,198); }

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