#DDA7BA

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

Shades of Melanie #DDA7BA

Tints of Melanie #DDA7BA

Color information

#DDA7BA (or 0xDDA7BA) is unknown color: approx Melanie. HEX triplet: DD, A7 and BA. RGB value is (221,167,186). Sum of RGB (Red+Green+Blue) = 221+167+186=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7BA is #225845. Grayscale: #B9B9B9. Windows color (decimal): -2250822 or 12232669. OLE color: 12232669.

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

Color convert

RGB221167186-
CMYK00.240.160.13
HSL338.89º44.26%76.08%-
HSV(B)338.89º24.43%86.67%-
XYZ52.546.5552.67-
YUV185.31128.39153.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=38.50%
G=29.09%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116718600.240.160.13338.8944.2676.08
HexDDA7BA01810D1532c4c
Octal335247272030201552354114
Binary1101110110100111101110100110001000011011010100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7BA; }

 p { color: rgb(221,167,186); }

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

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

 a { background-color: rgb(221,167,186); }

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

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

 span { border-color: rgb(221,167,186); }

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