#DFC1CA

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

Shades of Melanie #DFC1CA

Tints of Melanie #DFC1CA

Color information

#DFC1CA (or 0xDFC1CA) is unknown color: approx Melanie. HEX triplet: DF, C1 and CA. RGB value is (223,193,202). Sum of RGB (Red+Green+Blue) = 223+193+202=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1CA is #203E35. Grayscale: #CACACA. Windows color (decimal): -2113078 or 13287903. OLE color: 13287903.

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

Color convert

RGB223193202-
CMYK00.130.090.13
HSL342º31.91%81.57%-
HSV(B)342º13.45%87.45%-
XYZ60.1658.0963.92-
YUV203127.44142.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=36.08%
G=31.23%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319320200.130.090.1334231.9181.57
HexDFC1CA0D9D1562052
Octal337301312015111552640122
Binary11011111110000011100101001101100111011010101101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1CA; }

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

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

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

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

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

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

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

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