#DFACC5

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

Shades of Melanie #DFACC5

Tints of Melanie #DFACC5

Color information

#DFACC5 (or 0xDFACC5) is unknown color: approx Melanie. HEX triplet: DF, AC and C5. RGB value is (223,172,197). Sum of RGB (Red+Green+Blue) = 223+172+197=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC5 is #20533A. Grayscale: #BEBEBE. Windows color (decimal): -2118459 or 12954847. OLE color: 12954847.

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

Color convert

RGB223172197-
CMYK00.230.120.13
HSL330.59º44.35%77.45%-
HSV(B)330.59º22.87%87.45%-
XYZ55.2649.2259.41-
YUV190.1131.9151.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=37.67%
G=29.05%
B=33.28%

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
Decimal22317219700.230.120.13330.5944.3577.45
HexDFACC5017CD14b2c4d
Octal337254305027141551354115
Binary110111111010110011000101010111110011011010010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACC5; }

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

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

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

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

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

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

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

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