#D9C6CA

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

Shades of Melanie #D9C6CA

Tints of Melanie #D9C6CA

Color information

#D9C6CA (or 0xD9C6CA) is unknown color: approx Melanie. HEX triplet: D9, C6 and CA. RGB value is (217,198,202). Sum of RGB (Red+Green+Blue) = 217+198+202=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6CA is #263935. Grayscale: #CCCCCC. Windows color (decimal): -2505014 or 13289177. OLE color: 13289177.

HSL color Cylindrical-coordinate representation of color #D9C6CA: hue angle of 347.37º degrees, saturation: 0.2, 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 #D9C6CA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217198202-
CMYK00.090.070.15
HSL347.37º20%81.37%-
HSV(B)347.37º8.76%85.1%-
XYZ59.4759.464.21-
YUV204.14126.79137.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=35.17%
G=32.09%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719820200.090.070.15347.372081.37
HexD9C6CA097F15b1451
Octal33130631201171753324121
Binary110110011100011011001010010011111111101011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6CA; }

 p { color: rgb(217,198,202); }

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

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

 a { background-color: rgb(217,198,202); }

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

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

 span { border-color: rgb(217,198,202); }

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