#DFC4C9

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

Shades of Melanie #DFC4C9

Tints of Melanie #DFC4C9

Color information

#DFC4C9 (or 0xDFC4C9) is unknown color: approx Melanie. HEX triplet: DF, C4 and C9. RGB value is (223,196,201). Sum of RGB (Red+Green+Blue) = 223+196+201=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4C9 is #203B36. Grayscale: #CCCCCC. Windows color (decimal): -2112311 or 13223135. OLE color: 13223135.

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

Color convert

RGB223196201-
CMYK00.120.100.13
HSL348.89º29.67%82.16%-
HSV(B)348.89º12.11%87.45%-
XYZ60.7159.3863.52-
YUV204.64125.95141.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=35.97%
G=31.61%
B=32.42%

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
Decimal22319620100.120.100.13348.8929.6782.16
HexDFC4C90CAD15d1e52
Octal337304311014121553536122
Binary1101111111000100110010010110010101101101011101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4C9; }

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

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

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

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

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

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

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

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