#DFC2CA

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

Shades of Melanie #DFC2CA

Tints of Melanie #DFC2CA

Color information

#DFC2CA (or 0xDFC2CA) is unknown color: approx Melanie. HEX triplet: DF, C2 and CA. RGB value is (223,194,202). Sum of RGB (Red+Green+Blue) = 223+194+202=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2CA is #203D35. Grayscale: #CBCBCB. Windows color (decimal): -2112822 or 13288159. OLE color: 13288159.

HSL color Cylindrical-coordinate representation of color #DFC2CA: hue angle of 343.45º degrees, saturation: 0.31, 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 #DFC2CA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223194202-
CMYK00.130.090.13
HSL343.45º31.18%81.76%-
HSV(B)343.45º13%87.45%-
XYZ60.3858.5463.99-
YUV203.58127.11141.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=36.03%
G=31.34%
B=32.63%

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
Decimal22319420200.130.090.13343.4531.1881.76
HexDFC2CA0D9D1571f52
Octal337302312015111552737122
Binary1101111111000010110010100110110011101101010111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2CA; }

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

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

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

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

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

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

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

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