#DFC0CA

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

Shades of Melanie #DFC0CA

Tints of Melanie #DFC0CA

Color information

#DFC0CA (or 0xDFC0CA) is unknown color: approx Melanie. HEX triplet: DF, C0 and CA. RGB value is (223,192,202). Sum of RGB (Red+Green+Blue) = 223+192+202=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0CA is #203F35. Grayscale: #CACACA. Windows color (decimal): -2113334 or 13287647. OLE color: 13287647.

HSL color Cylindrical-coordinate representation of color #DFC0CA: hue angle of 340.65º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0CA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223192202-
CMYK00.140.090.13
HSL340.65º32.63%81.37%-
HSV(B)340.65º13.9%87.45%-
XYZ59.9457.6563.85-
YUV202.41127.77142.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=36.14%
G=31.12%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319220200.140.090.13340.6532.6381.37
HexDFC0CA0E9D1552151
Octal337300312016111552541121
Binary11011111110000001100101001110100111011010101011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0CA; }

 p { color: rgb(223,192,202); }

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

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

 a { background-color: rgb(223,192,202); }

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

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

 span { border-color: rgb(223,192,202); }

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