#DDB1BC

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

Shades of Melanie #DDB1BC

Tints of Melanie #DDB1BC

Color information

#DDB1BC (or 0xDDB1BC) is unknown color: approx Melanie. HEX triplet: DD, B1 and BC. RGB value is (221,177,188). Sum of RGB (Red+Green+Blue) = 221+177+188=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BC is #224E43. Grayscale: #BFBFBF. Windows color (decimal): -2248260 or 12366301. OLE color: 12366301.

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

Color convert

RGB221177188-
CMYK00.200.150.13
HSL345º39.29%78.04%-
HSV(B)345º19.91%86.67%-
XYZ54.6250.4554.44-
YUV191.41126.08149.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=37.71%
G=30.20%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117718800.200.150.1334539.2978.04
HexDDB1BC014FD159274e
Octal335261274024171553147116
Binary110111011011000110111100010100111111011010110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1BC; }

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

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

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

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

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

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

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

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