#DDA7BB

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

Shades of Melanie #DDA7BB

Tints of Melanie #DDA7BB

Color information

#DDA7BB (or 0xDDA7BB) is unknown color: approx Melanie. HEX triplet: DD, A7 and BB. RGB value is (221,167,187). Sum of RGB (Red+Green+Blue) = 221+167+187=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7BB is #225844. Grayscale: #B9B9B9. Windows color (decimal): -2250821 or 12298205. OLE color: 12298205.

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

Color convert

RGB221167187-
CMYK00.240.150.13
HSL337.78º44.26%76.08%-
HSV(B)337.78º24.43%86.67%-
XYZ52.6146.653.24-
YUV185.43128.89153.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=38.43%
G=29.04%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116718700.240.150.13337.7844.2676.08
HexDDA7BB018FD1522c4c
Octal335247273030171552254114
Binary110111011010011110111011011000111111011010100101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7BB; }

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

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

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

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

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

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

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

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