#DFC2CB

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

Shades of Melanie #DFC2CB

Tints of Melanie #DFC2CB

Color information

#DFC2CB (or 0xDFC2CB) is unknown color: approx Melanie. HEX triplet: DF, C2 and CB. RGB value is (223,194,203). Sum of RGB (Red+Green+Blue) = 223+194+203=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2CB is #203D34. Grayscale: #CBCBCB. Windows color (decimal): -2112821 or 13353695. OLE color: 13353695.

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

Color convert

RGB223194203-
CMYK00.130.090.13
HSL341.38º31.18%81.76%-
HSV(B)341.38º13%87.45%-
XYZ60.558.5864.62-
YUV203.7127.61141.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=35.97%
G=31.29%
B=32.74%

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
Decimal22319420300.130.090.13341.3831.1881.76
HexDFC2CB0D9D1551f52
Octal337302313015111552537122
Binary1101111111000010110010110110110011101101010101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2CB; }

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

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

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

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

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

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

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

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