#D9C9CA

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

Shades of Melanie #D9C9CA

Tints of Melanie #D9C9CA

Color information

#D9C9CA (or 0xD9C9CA) is unknown color: approx Melanie. HEX triplet: D9, C9 and CA. RGB value is (217,201,202). Sum of RGB (Red+Green+Blue) = 217+201+202=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9CA is #263635. Grayscale: #CDCDCD. Windows color (decimal): -2504246 or 13289945. OLE color: 13289945.

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

Color convert

RGB217201202-
CMYK00.070.070.15
HSL356.25º17.39%81.96%-
HSV(B)356.25º7.37%85.1%-
XYZ60.1660.7964.44-
YUV205.9125.8135.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=35%
G=32.42%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720120200.070.070.15356.2517.3981.96
HexD9C9CA077F1641152
Octal3313113120771754421122
Binary11011001110010011100101001111111111101100100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9CA; }

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

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

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

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

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

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

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

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