#DFC5C8

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

Shades of Melanie #DFC5C8

Tints of Melanie #DFC5C8

Color information

#DFC5C8 (or 0xDFC5C8) is unknown color: approx Melanie. HEX triplet: DF, C5 and C8. RGB value is (223,197,200). Sum of RGB (Red+Green+Blue) = 223+197+200=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5C8 is #203A37. Grayscale: #CDCDCD. Windows color (decimal): -2112056 or 13157855. OLE color: 13157855.

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

Color convert

RGB223197200-
CMYK00.120.100.13
HSL353.08º28.89%82.35%-
HSV(B)353.08º11.66%87.45%-
XYZ60.8259.7962.98-
YUV205.12125.11140.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 197 (77.34% from 255) = 31.77%
BLUE value IS 200 (78.52% from 255) = 32.26%
R=35.97%
G=31.77%
B=32.26%

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
Decimal22319720000.120.100.13353.0828.8982.35
HexDFC5C80CAD1611d52
Octal337305310014121554135122
Binary1101111111000101110010000110010101101101100001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5C8; }

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

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

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

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

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

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

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

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