#DCC1C8

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

Shades of Melanie #DCC1C8

Tints of Melanie #DCC1C8

Color information

#DCC1C8 (or 0xDCC1C8) is unknown color: approx Melanie. HEX triplet: DC, C1 and C8. RGB value is (220,193,200). Sum of RGB (Red+Green+Blue) = 220+193+200=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C8 is #233E37. Grayscale: #C9C9C9. Windows color (decimal): -2309688 or 13156828. OLE color: 13156828.

HSL color Cylindrical-coordinate representation of color #DCC1C8: hue angle of 344.44º 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 #DCC1C8 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220193200-
CMYK00.120.090.14
HSL344.44º27.84%80.98%-
HSV(B)344.44º12.27%86.27%-
XYZ59.0157.5362.64-
YUV201.87126.95140.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 200 (78.52% from 255) = 32.63%
R=35.89%
G=31.48%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019320000.120.090.14344.4427.8480.98
HexDCC1C80C9E1581c51
Octal334301310014111653034121
Binary1101110011000001110010000110010011110101011000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1C8; }

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

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

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

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

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

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

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

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