#D9C4CA

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

Shades of Melanie #D9C4CA

Tints of Melanie #D9C4CA

Color information

#D9C4CA (or 0xD9C4CA) is unknown color: approx Melanie. HEX triplet: D9, C4 and CA. RGB value is (217,196,202). Sum of RGB (Red+Green+Blue) = 217+196+202=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4CA is #263B35. Grayscale: #CACACA. Windows color (decimal): -2505526 or 13288665. OLE color: 13288665.

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

Color convert

RGB217196202-
CMYK00.100.070.15
HSL342.86º21.65%80.98%-
HSV(B)342.86º9.68%85.1%-
XYZ59.0258.564.06-
YUV202.96127.46138.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.28%
GREEN value IS 196 (76.95% from 255) = 31.87%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=35.28%
G=31.87%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719620200.100.070.15342.8621.6580.98
HexD9C4CA0A7F1571651
Octal33130431201271752726121
Binary110110011100010011001010010101111111101010111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4CA; }

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

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

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

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

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

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

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

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