#DFACC1

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

Shades of Melanie #DFACC1

Tints of Melanie #DFACC1

Color information

#DFACC1 (or 0xDFACC1) is unknown color: approx Melanie. HEX triplet: DF, AC and C1. RGB value is (223,172,193). Sum of RGB (Red+Green+Blue) = 223+172+193=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC1 is #20533E. Grayscale: #BDBDBD. Windows color (decimal): -2118463 or 12692703. OLE color: 12692703.

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

Color convert

RGB223172193-
CMYK00.230.130.13
HSL335.29º44.35%77.45%-
HSV(B)335.29º22.87%87.45%-
XYZ54.8149.0457.03-
YUV189.64129.9151.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 193 (75.78% from 255) = 32.82%
R=37.93%
G=29.25%
B=32.82%

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
Decimal22317219300.230.130.13335.2944.3577.45
HexDFACC1017DD14f2c4d
Octal337254301027151551754115
Binary110111111010110011000001010111110111011010011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACC1; }

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

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

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

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

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

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

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

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