#DCC1C5

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

Shades of Melanie #DCC1C5

Tints of Melanie #DCC1C5

Color information

#DCC1C5 (or 0xDCC1C5) is unknown color: approx Melanie. HEX triplet: DC, C1 and C5. RGB value is (220,193,197). Sum of RGB (Red+Green+Blue) = 220+193+197=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C5 is #233E3A. Grayscale: #C9C9C9. Windows color (decimal): -2309691 or 12960220. OLE color: 12960220.

HSL color Cylindrical-coordinate representation of color #DCC1C5: hue angle of 351.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC1C5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220193197-
CMYK00.120.100.14
HSL351.11º27.84%80.98%-
HSV(B)351.11º12.27%86.27%-
XYZ58.6657.3960.81-
YUV201.53125.45141.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 193 (75.78% from 255) = 31.64%
BLUE value IS 197 (77.34% from 255) = 32.30%
R=36.07%
G=31.64%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019319700.120.100.14351.1127.8480.98
HexDCC1C50CAE15f1c51
Octal334301305014121653734121
Binary1101110011000001110001010110010101110101011111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1C5; }

 p { color: rgb(220,193,197); }

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

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

 a { background-color: rgb(220,193,197); }

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

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

 span { border-color: rgb(220,193,197); }

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