#DFACC3

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

Shades of Melanie #DFACC3

Tints of Melanie #DFACC3

Color information

#DFACC3 (or 0xDFACC3) is unknown color: approx Melanie. HEX triplet: DF, AC and C3. RGB value is (223,172,195). Sum of RGB (Red+Green+Blue) = 223+172+195=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC3 is #20533C. Grayscale: #BDBDBD. Windows color (decimal): -2118461 or 12823775. OLE color: 12823775.

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

Color convert

RGB223172195-
CMYK00.230.130.13
HSL332.94º44.35%77.45%-
HSV(B)332.94º22.87%87.45%-
XYZ55.0349.1358.21-
YUV189.87130.9151.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=37.80%
G=29.15%
B=33.05%

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
Decimal22317219500.230.130.13332.9444.3577.45
HexDFACC3017DD14d2c4d
Octal337254303027151551554115
Binary110111111010110011000011010111110111011010011011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACC3; }

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

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

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

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

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

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

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

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