#DFA8BC

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

Shades of Melanie #DFA8BC

Tints of Melanie #DFA8BC

Color information

#DFA8BC (or 0xDFA8BC) is unknown color: approx Melanie. HEX triplet: DF, A8 and BC. RGB value is (223,168,188). Sum of RGB (Red+Green+Blue) = 223+168+188=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8BC is #205743. Grayscale: #BABABA. Windows color (decimal): -2119492 or 12363999. OLE color: 12363999.

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

Color convert

RGB223168188-
CMYK00.250.160.13
HSL338.18º46.22%76.67%-
HSV(B)338.18º24.66%87.45%-
XYZ53.5147.3253.89-
YUV186.73128.72153.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=38.51%
G=29.02%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316818800.250.160.13338.1846.2276.67
HexDFA8BC01910D1522e4d
Octal337250274031201552256115
Binary1101111110101000101111000110011000011011010100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8BC; }

 p { color: rgb(223,168,188); }

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

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

 a { background-color: rgb(223,168,188); }

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

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

 span { border-color: rgb(223,168,188); }

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