#DFC1C8

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

Shades of Melanie #DFC1C8

Tints of Melanie #DFC1C8

Color information

#DFC1C8 (or 0xDFC1C8) is unknown color: approx Melanie. HEX triplet: DF, C1 and C8. RGB value is (223,193,200). Sum of RGB (Red+Green+Blue) = 223+193+200=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1C8 is #203E37. Grayscale: #CACACA. Windows color (decimal): -2113080 or 13156831. OLE color: 13156831.

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

Color convert

RGB223193200-
CMYK00.130.100.13
HSL346º31.91%81.57%-
HSV(B)346º13.45%87.45%-
XYZ59.935862.68-
YUV202.77126.44142.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 200 (78.52% from 255) = 32.47%
R=36.20%
G=31.33%
B=32.47%

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
Decimal22319320000.130.100.1334631.9181.57
HexDFC1C80DAD15a2052
Octal337301310015121553240122
Binary11011111110000011100100001101101011011010110101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1C8; }

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

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

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

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

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

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

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

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