#DDB2BC

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

Shades of Melanie #DDB2BC

Tints of Melanie #DDB2BC

Color information

#DDB2BC (or 0xDDB2BC) is unknown color: approx Melanie. HEX triplet: DD, B2 and BC. RGB value is (221,178,188). Sum of RGB (Red+Green+Blue) = 221+178+188=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2BC is #224D43. Grayscale: #C0C0C0. Windows color (decimal): -2248004 or 12366557. OLE color: 12366557.

HSL color Cylindrical-coordinate representation of color #DDB2BC: hue angle of 346.05º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2BC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221178188-
CMYK00.190.150.13
HSL346.05º38.74%78.24%-
HSV(B)346.05º19.46%86.67%-
XYZ54.8250.8454.5-
YUV192125.75148.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=37.65%
G=30.32%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117818800.190.150.13346.0538.7478.24
HexDDB2BC013FD15a274e
Octal335262274023171553247116
Binary110111011011001010111100010011111111011010110101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2BC; }

 p { color: rgb(221,178,188); }

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

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

 a { background-color: rgb(221,178,188); }

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

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

 span { border-color: rgb(221,178,188); }

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