#DFA7BB

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

Shades of Melanie #DFA7BB

Tints of Melanie #DFA7BB

Color information

#DFA7BB (or 0xDFA7BB) is unknown color: approx Melanie. HEX triplet: DF, A7 and BB. RGB value is (223,167,187). Sum of RGB (Red+Green+Blue) = 223+167+187=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7BB is #205844. Grayscale: #BABABA. Windows color (decimal): -2119749 or 12298207. OLE color: 12298207.

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

Color convert

RGB223167187-
CMYK00.250.160.13
HSL338.57º46.67%76.47%-
HSV(B)338.57º25.11%87.45%-
XYZ53.2246.9153.26-
YUV186.02128.55154.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=38.65%
G=28.94%
B=32.41%

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
Decimal22316718700.250.160.13338.5746.6776.47
HexDFA7BB01910D1532f4c
Octal337247273031201552357114
Binary1101111110100111101110110110011000011011010100111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7BB; }

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

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

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

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

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

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

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

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