#D7C2C7

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

Shades of Melanie #D7C2C7

Tints of Melanie #D7C2C7

Color information

#D7C2C7 (or 0xD7C2C7) is unknown color: approx Melanie. HEX triplet: D7, C2 and C7. RGB value is (215,194,199). Sum of RGB (Red+Green+Blue) = 215+194+199=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2C7 is #283D38. Grayscale: #C8C8C8. Windows color (decimal): -2637113 or 13091543. OLE color: 13091543.

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

Color convert

RGB215194199-
CMYK00.100.070.16
HSL345.71º20.79%80.2%-
HSV(B)345.71º9.77%84.31%-
XYZ57.6257.1562.03-
YUV200.85126.96138.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=35.36%
G=31.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519419900.100.070.16345.7120.7980.2
HexD7C2C70A71015a1550
Octal32730230701272053225120
Binary1101011111000010110001110101011110000101011010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C2C7; }

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

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

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

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

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

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

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

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