#DCC4C6

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

Shades of Melanie #DCC4C6

Tints of Melanie #DCC4C6

Color information

#DCC4C6 (or 0xDCC4C6) is unknown color: approx Melanie. HEX triplet: DC, C4 and C6. RGB value is (220,196,198). Sum of RGB (Red+Green+Blue) = 220+196+198=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4C6 is #233B39. Grayscale: #CBCBCB. Windows color (decimal): -2308922 or 13026524. OLE color: 13026524.

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

Color convert

RGB220196198-
CMYK00.110.10.14
HSL355º25.53%81.57%-
HSV(B)355º10.91%86.27%-
XYZ59.4558.7761.64-
YUV203.4124.95139.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 196 (76.95% from 255) = 31.92%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=35.83%
G=31.92%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019619800.110.10.1435525.5381.57
HexDCC4C60BAE1631a52
Octal334304306013121654332122
Binary1101110011000100110001100101110101110101100011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4C6; }

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

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

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

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

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

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

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

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