#DFA8BB

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

Shades of Melanie #DFA8BB

Tints of Melanie #DFA8BB

Color information

#DFA8BB (or 0xDFA8BB) is unknown color: approx Melanie. HEX triplet: DF, A8 and BB. RGB value is (223,168,187). Sum of RGB (Red+Green+Blue) = 223+168+187=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8BB is #205744. Grayscale: #BABABA. Windows color (decimal): -2119493 or 12298463. OLE color: 12298463.

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

Color convert

RGB223168187-
CMYK00.250.160.13
HSL339.27º46.22%76.67%-
HSV(B)339.27º24.66%87.45%-
XYZ53.447.2853.33-
YUV186.61128.22153.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=38.58%
G=29.07%
B=32.35%

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
Decimal22316818700.250.160.13339.2746.2276.67
HexDFA8BB01910D1532e4d
Octal337250273031201552356115
Binary1101111110101000101110110110011000011011010100111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8BB; }

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

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

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

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

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

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

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

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