#DDB0BF

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

Shades of Melanie #DDB0BF

Tints of Melanie #DDB0BF

Color information

#DDB0BF (or 0xDDB0BF) is unknown color: approx Melanie. HEX triplet: DD, B0 and BF. RGB value is (221,176,191). Sum of RGB (Red+Green+Blue) = 221+176+191=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0BF is #224F40. Grayscale: #BFBFBF. Windows color (decimal): -2248513 or 12562653. OLE color: 12562653.

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

Color convert

RGB221176191-
CMYK00.200.140.13
HSL340º39.82%77.84%-
HSV(B)340º20.36%86.67%-
XYZ54.7550.1856.09-
YUV191.16127.91149.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 191 (75% from 255) = 32.48%
R=37.59%
G=29.93%
B=32.48%

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
Decimal22117619100.200.140.1334039.8277.84
HexDDB0BF014ED154284e
Octal335260277024161552450116
Binary110111011011000010111111010100111011011010101001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0BF; }

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

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

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

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

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

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

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

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