#DCC0C7

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

Shades of Melanie #DCC0C7

Tints of Melanie #DCC0C7

Color information

#DCC0C7 (or 0xDCC0C7) is unknown color: approx Melanie. HEX triplet: DC, C0 and C7. RGB value is (220,192,199). Sum of RGB (Red+Green+Blue) = 220+192+199=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0C7 is #233F38. Grayscale: #C9C9C9. Windows color (decimal): -2309945 or 13091036. OLE color: 13091036.

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

Color convert

RGB220192199-
CMYK00.130.100.14
HSL345º28.57%80.78%-
HSV(B)345º12.73%86.27%-
XYZ58.6757.0461.95-
YUV201.17126.78141.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=36.01%
G=31.42%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019219900.130.100.1434528.5780.78
HexDCC0C70DAE1591d51
Octal334300307015121653135121
Binary1101110011000000110001110110110101110101011001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0C7; }

 p { color: rgb(220,192,199); }

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

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

 a { background-color: rgb(220,192,199); }

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

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

 span { border-color: rgb(220,192,199); }

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