#DFACC2

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

Shades of Melanie #DFACC2

Tints of Melanie #DFACC2

Color information

#DFACC2 (or 0xDFACC2) is unknown color: approx Melanie. HEX triplet: DF, AC and C2. RGB value is (223,172,194). Sum of RGB (Red+Green+Blue) = 223+172+194=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC2 is #20533D. Grayscale: #BDBDBD. Windows color (decimal): -2118462 or 12758239. OLE color: 12758239.

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

Color convert

RGB223172194-
CMYK00.230.130.13
HSL334.12º44.35%77.45%-
HSV(B)334.12º22.87%87.45%-
XYZ54.9249.0957.62-
YUV189.76130.4151.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=37.86%
G=29.20%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317219400.230.130.13334.1244.3577.45
HexDFACC2017DD14e2c4d
Octal337254302027151551654115
Binary110111111010110011000010010111110111011010011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACC2; }

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

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

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

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

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

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

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

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