#DFC3C6

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

Shades of Melanie #DFC3C6

Tints of Melanie #DFC3C6

Color information

#DFC3C6 (or 0xDFC3C6) is unknown color: approx Melanie. HEX triplet: DF, C3 and C6. RGB value is (223,195,198). Sum of RGB (Red+Green+Blue) = 223+195+198=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C6 is #203C39. Grayscale: #CBCBCB. Windows color (decimal): -2112570 or 13026271. OLE color: 13026271.

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

Color convert

RGB223195198-
CMYK00.130.110.13
HSL353.57º30.43%81.96%-
HSV(B)353.57º12.56%87.45%-
XYZ60.1458.861.61-
YUV203.71124.78141.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 195 (76.56% from 255) = 31.66%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=36.20%
G=31.66%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319519800.130.110.13353.5730.4381.96
HexDFC3C60DBD1621e52
Octal337303306015131554236122
Binary1101111111000011110001100110110111101101100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3C6; }

 p { color: rgb(223,195,198); }

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

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

 a { background-color: rgb(223,195,198); }

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

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

 span { border-color: rgb(223,195,198); }

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