#DCBEC6

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

Shades of Melanie #DCBEC6

Tints of Melanie #DCBEC6

Color information

#DCBEC6 (or 0xDCBEC6) is unknown color: approx Melanie. HEX triplet: DC, BE and C6. RGB value is (220,190,198). Sum of RGB (Red+Green+Blue) = 220+190+198=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC6 is #234139. Grayscale: #C7C7C7. Windows color (decimal): -2310458 or 13024988. OLE color: 13024988.

HSL color Cylindrical-coordinate representation of color #DCBEC6: hue angle of 344º degrees, saturation: 0.3, 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 #DCBEC6 is Cyan = 0, Magento = 0.14, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220190198-
CMYK00.140.10.14
HSL344º30%80.39%-
HSV(B)344º13.64%86.27%-
XYZ58.1256.1261.19-
YUV199.88126.94142.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=36.18%
G=31.25%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019019800.140.10.143443080.39
HexDCBEC60EAE1581e50
Octal334276306016121653036120
Binary1101110010111110110001100111010101110101011000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEC6; }

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

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

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

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

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

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

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

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