#D2C9CA

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

Shades of Melanie #D2C9CA

Tints of Melanie #D2C9CA

Color information

#D2C9CA (or 0xD2C9CA) is unknown color: approx Melanie. HEX triplet: D2, C9 and CA. RGB value is (210,201,202). Sum of RGB (Red+Green+Blue) = 210+201+202=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9CA is #2D3635. Grayscale: #CBCBCB. Windows color (decimal): -2962998 or 13289938. OLE color: 13289938.

HSL color Cylindrical-coordinate representation of color #D2C9CA: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2C9CA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210201202-
CMYK00.040.040.18
HSL353.33º9.09%80.59%-
HSV(B)353.33º4.29%82.35%-
XYZ58.1359.7464.34-
YUV203.8126.98132.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=34.26%
G=32.79%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020120200.040.040.18353.339.0980.59
HexD2C9CA04412161951
Octal3223113120442254111121
Binary11010010110010011100101001001001001010110000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9CA; }

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

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

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

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

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

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

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

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