#DFC3C5

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

Shades of Melanie #DFC3C5

Tints of Melanie #DFC3C5

Color information

#DFC3C5 (or 0xDFC3C5) is unknown color: approx Melanie. HEX triplet: DF, C3 and C5. RGB value is (223,195,197). Sum of RGB (Red+Green+Blue) = 223+195+197=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C5 is #203C3A. Grayscale: #CBCBCB. Windows color (decimal): -2112571 or 12960735. OLE color: 12960735.

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

Color convert

RGB223195197-
CMYK00.130.120.13
HSL355.71º30.43%81.96%-
HSV(B)355.71º12.56%87.45%-
XYZ60.0258.7561-
YUV203.6124.28141.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=36.26%
G=31.71%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319519700.130.120.13355.7130.4381.96
HexDFC3C50DCD1641e52
Octal337303305015141554436122
Binary1101111111000011110001010110111001101101100100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3C5; }

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

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

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

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

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

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

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

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