#DFACC4

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

Shades of Melanie #DFACC4

Tints of Melanie #DFACC4

Color information

#DFACC4 (or 0xDFACC4) is unknown color: approx Melanie. HEX triplet: DF, AC and C4. RGB value is (223,172,196). Sum of RGB (Red+Green+Blue) = 223+172+196=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC4 is #20533B. Grayscale: #BDBDBD. Windows color (decimal): -2118460 or 12889311. OLE color: 12889311.

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

Color convert

RGB223172196-
CMYK00.230.120.13
HSL331.76º44.35%77.45%-
HSV(B)331.76º22.87%87.45%-
XYZ55.1549.1858.81-
YUV189.98131.4151.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=37.73%
G=29.10%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317219600.230.120.13331.7644.3577.45
HexDFACC4017CD14c2c4d
Octal337254304027141551454115
Binary110111111010110011000100010111110011011010011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACC4; }

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

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

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

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

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

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

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

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