#D9C5C7

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

Shades of Melanie #D9C5C7

Tints of Melanie #D9C5C7

Color information

#D9C5C7 (or 0xD9C5C7) is unknown color: approx Melanie. HEX triplet: D9, C5 and C7. RGB value is (217,197,199). Sum of RGB (Red+Green+Blue) = 217+197+199=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5C7 is #263A38. Grayscale: #CBCBCB. Windows color (decimal): -2505273 or 13092313. OLE color: 13092313.

HSL color Cylindrical-coordinate representation of color #D9C5C7: hue angle of 354º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9C5C7 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217197199-
CMYK00.090.080.15
HSL354º20.83%81.18%-
HSV(B)354º9.22%85.1%-
XYZ58.8958.8162.28-
YUV203.21125.63137.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 197 (77.34% from 255) = 32.14%
BLUE value IS 199 (78.12% from 255) = 32.46%
R=35.40%
G=32.14%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719719900.090.080.1535420.8381.18
HexD9C5C7098F1621551
Octal331305307011101754225121
Binary1101100111000101110001110100110001111101100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C5C7; }

 p { color: rgb(217,197,199); }

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

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

 a { background-color: rgb(217,197,199); }

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

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

 span { border-color: rgb(217,197,199); }

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