#DDB2BF

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

Shades of Melanie #DDB2BF

Tints of Melanie #DDB2BF

Color information

#DDB2BF (or 0xDDB2BF) is unknown color: approx Melanie. HEX triplet: DD, B2 and BF. RGB value is (221,178,191). Sum of RGB (Red+Green+Blue) = 221+178+191=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2BF is #224D40. Grayscale: #C0C0C0. Windows color (decimal): -2248001 or 12563165. OLE color: 12563165.

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

Color convert

RGB221178191-
CMYK00.190.140.13
HSL341.86º38.74%78.24%-
HSV(B)341.86º19.46%86.67%-
XYZ55.1450.9756.22-
YUV192.34127.25148.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 191 (75% from 255) = 32.37%
R=37.46%
G=30.17%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117819100.190.140.13341.8638.7478.24
HexDDB2BF013ED156274e
Octal335262277023161552647116
Binary110111011011001010111111010011111011011010101101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2BF; }

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

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

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

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

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

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

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

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