#D9C8CA

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

Shades of Melanie #D9C8CA

Tints of Melanie #D9C8CA

Color information

#D9C8CA (or 0xD9C8CA) is unknown color: approx Melanie. HEX triplet: D9, C8 and CA. RGB value is (217,200,202). Sum of RGB (Red+Green+Blue) = 217+200+202=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8CA is #263735. Grayscale: #CDCDCD. Windows color (decimal): -2504502 or 13289689. OLE color: 13289689.

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

Color convert

RGB217200202-
CMYK00.080.070.15
HSL352.94º18.28%81.76%-
HSV(B)352.94º7.83%85.1%-
XYZ59.9360.3264.36-
YUV205.31126.13136.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.06%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=35.06%
G=32.31%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720020200.080.070.15352.9418.2881.76
HexD9C8CA087F1611252
Octal33131031201071754122122
Binary110110011100100011001010010001111111101100001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8CA; }

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

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

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

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

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

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

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

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