#DFC4C8

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

Shades of Melanie #DFC4C8

Tints of Melanie #DFC4C8

Color information

#DFC4C8 (or 0xDFC4C8) is unknown color: approx Melanie. HEX triplet: DF, C4 and C8. RGB value is (223,196,200). Sum of RGB (Red+Green+Blue) = 223+196+200=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4C8 is #203B37. Grayscale: #CCCCCC. Windows color (decimal): -2112312 or 13157599. OLE color: 13157599.

HSL color Cylindrical-coordinate representation of color #DFC4C8: hue angle of 351.11º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC4C8 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223196200-
CMYK00.120.100.13
HSL351.11º29.67%82.16%-
HSV(B)351.11º12.11%87.45%-
XYZ60.659.3462.9-
YUV204.53125.45141.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=36.03%
G=31.66%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319620000.120.100.13351.1129.6782.16
HexDFC4C80CAD15f1e52
Octal337304310014121553736122
Binary1101111111000100110010000110010101101101011111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4C8; }

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

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

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

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

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

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

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

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