#D7C0C7

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

Shades of Melanie #D7C0C7

Tints of Melanie #D7C0C7

Color information

#D7C0C7 (or 0xD7C0C7) is unknown color: approx Melanie. HEX triplet: D7, C0 and C7. RGB value is (215,192,199). Sum of RGB (Red+Green+Blue) = 215+192+199=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0C7 is #283F38. Grayscale: #C7C7C7. Windows color (decimal): -2637625 or 13091031. OLE color: 13091031.

HSL color Cylindrical-coordinate representation of color #D7C0C7: hue angle of 341.74º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C0C7 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215192199-
CMYK00.110.070.16
HSL341.74º22.33%79.8%-
HSV(B)341.74º10.7%84.31%-
XYZ57.1856.2761.88-
YUV199.68127.62138.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 199 (78.12% from 255) = 32.84%
R=35.48%
G=31.68%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519219900.110.070.16341.7422.3379.8
HexD7C0C70B7101561650
Octal32730030701372052626120
Binary1101011111000000110001110101111110000101010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0C7; }

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

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

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

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

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

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

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

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