#DFAAC0

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

Shades of Melanie #DFAAC0

Tints of Melanie #DFAAC0

Color information

#DFAAC0 (or 0xDFAAC0) is unknown color: approx Melanie. HEX triplet: DF, AA and C0. RGB value is (223,170,192). Sum of RGB (Red+Green+Blue) = 223+170+192=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAC0 is #20553F. Grayscale: #BCBCBC. Windows color (decimal): -2118976 or 12626655. OLE color: 12626655.

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

Color convert

RGB223170192-
CMYK00.240.140.13
HSL335.09º45.3%77.06%-
HSV(B)335.09º23.77%87.45%-
XYZ54.3248.2456.32-
YUV188.36130.06152.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=38.12%
G=29.06%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317019200.240.140.13335.0945.377.06
HexDFAAC0018ED14f2d4d
Octal337252300030161551755115
Binary110111111010101011000000011000111011011010011111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAC0; }

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

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

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

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

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

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

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

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