#DFC6C8

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

Shades of Melanie #DFC6C8

Tints of Melanie #DFC6C8

Color information

#DFC6C8 (or 0xDFC6C8) is unknown color: approx Melanie. HEX triplet: DF, C6 and C8. RGB value is (223,198,200). Sum of RGB (Red+Green+Blue) = 223+198+200=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6C8 is #203937. Grayscale: #CDCDCD. Windows color (decimal): -2111800 or 13158111. OLE color: 13158111.

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

Color convert

RGB223198200-
CMYK00.110.100.13
HSL355.2º28.09%82.55%-
HSV(B)355.2º11.21%87.45%-
XYZ61.0560.2563.05-
YUV205.7124.78140.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 198 (77.73% from 255) = 31.88%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=35.91%
G=31.88%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319820000.110.100.13355.228.0982.55
HexDFC6C80BAD1631c53
Octal337306310013121554334123
Binary1101111111000110110010000101110101101101100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6C8; }

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

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

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

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

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

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

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

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