#DDB6BD

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

Shades of Melanie #DDB6BD

Tints of Melanie #DDB6BD

Color information

#DDB6BD (or 0xDDB6BD) is unknown color: approx Melanie. HEX triplet: DD, B6 and BD. RGB value is (221,182,189). Sum of RGB (Red+Green+Blue) = 221+182+189=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BD is #224942. Grayscale: #C2C2C2. Windows color (decimal): -2246979 or 12433117. OLE color: 12433117.

HSL color Cylindrical-coordinate representation of color #DDB6BD: hue angle of 349.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB6BD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221182189-
CMYK00.180.140.13
HSL349.23º36.45%79.02%-
HSV(B)349.23º17.65%86.67%-
XYZ55.7352.555.34-
YUV194.46124.92146.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 182 (71.48% from 255) = 30.74%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=37.33%
G=30.74%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118218900.180.140.13349.2336.4579.02
HexDDB6BD012ED15d244f
Octal335266275022161553544117
Binary110111011011011010111101010010111011011010111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6BD; }

 p { color: rgb(221,182,189); }

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

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

 a { background-color: rgb(221,182,189); }

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

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

 span { border-color: rgb(221,182,189); }

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