#DDB1BF

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

Shades of Melanie #DDB1BF

Tints of Melanie #DDB1BF

Color information

#DDB1BF (or 0xDDB1BF) is unknown color: approx Melanie. HEX triplet: DD, B1 and BF. RGB value is (221,177,191). Sum of RGB (Red+Green+Blue) = 221+177+191=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BF is #224E40. Grayscale: #BFBFBF. Windows color (decimal): -2248257 or 12562909. OLE color: 12562909.

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

Color convert

RGB221177191-
CMYK00.200.140.13
HSL340.91º39.29%78.04%-
HSV(B)340.91º19.91%86.67%-
XYZ54.9450.5856.16-
YUV191.75127.58148.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 191 (75% from 255) = 32.43%
R=37.52%
G=30.05%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117719100.200.140.13340.9139.2978.04
HexDDB1BF014ED155274e
Octal335261277024161552547116
Binary110111011011000110111111010100111011011010101011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1BF; }

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

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

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

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

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

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

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

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