#DFC3C8

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

Shades of Melanie #DFC3C8

Tints of Melanie #DFC3C8

Color information

#DFC3C8 (or 0xDFC3C8) is unknown color: approx Melanie. HEX triplet: DF, C3 and C8. RGB value is (223,195,200). Sum of RGB (Red+Green+Blue) = 223+195+200=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C8 is #203C37. Grayscale: #CBCBCB. Windows color (decimal): -2112568 or 13157343. OLE color: 13157343.

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

Color convert

RGB223195200-
CMYK00.130.100.13
HSL349.29º30.43%81.96%-
HSV(B)349.29º12.56%87.45%-
XYZ60.3758.8962.83-
YUV203.94125.78141.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=36.08%
G=31.55%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319520000.130.100.13349.2930.4381.96
HexDFC3C80DAD15d1e52
Octal337303310015121553536122
Binary1101111111000011110010000110110101101101011101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3C8; }

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

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

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

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

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

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

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

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