#DFACC0

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

Shades of Melanie #DFACC0

Tints of Melanie #DFACC0

Color information

#DFACC0 (or 0xDFACC0) is unknown color: approx Melanie. HEX triplet: DF, AC and C0. RGB value is (223,172,192). Sum of RGB (Red+Green+Blue) = 223+172+192=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC0 is #20533F. Grayscale: #BDBDBD. Windows color (decimal): -2118464 or 12627167. OLE color: 12627167.

HSL color Cylindrical-coordinate representation of color #DFACC0: hue angle of 336.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACC0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223172192-
CMYK00.230.140.13
HSL336.47º44.35%77.45%-
HSV(B)336.47º22.87%87.45%-
XYZ54.74956.44-
YUV189.53129.4151.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=37.99%
G=29.30%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317219200.230.140.13336.4744.3577.45
HexDFACC0017ED1502c4d
Octal337254300027161552054115
Binary110111111010110011000000010111111011011010100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACC0; }

 p { color: rgb(223,172,192); }

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

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

 a { background-color: rgb(223,172,192); }

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

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

 span { border-color: rgb(223,172,192); }

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