#DCC6CB

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

Shades of Melanie #DCC6CB

Tints of Melanie #DCC6CB

Color information

#DCC6CB (or 0xDCC6CB) is unknown color: approx Melanie. HEX triplet: DC, C6 and CB. RGB value is (220,198,203). Sum of RGB (Red+Green+Blue) = 220+198+203=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6CB is #233934. Grayscale: #CDCDCD. Windows color (decimal): -2308405 or 13354716. OLE color: 13354716.

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

Color convert

RGB220198203-
CMYK00.10.080.14
HSL346.36º23.91%81.96%-
HSV(B)346.36º10%86.27%-
XYZ60.4959.9264.88-
YUV205.15126.79138.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 198 (77.73% from 255) = 31.88%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=35.43%
G=31.88%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019820300.10.080.14346.3623.9181.96
HexDCC6CB0A8E15a1852
Octal334306313012101653230122
Binary1101110011000110110010110101010001110101011010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6CB; }

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

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

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

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

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

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

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

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