#DDB0BB

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

Shades of Melanie #DDB0BB

Tints of Melanie #DDB0BB

Color information

#DDB0BB (or 0xDDB0BB) is unknown color: approx Melanie. HEX triplet: DD, B0 and BB. RGB value is (221,176,187). Sum of RGB (Red+Green+Blue) = 221+176+187=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0BB is #224F44. Grayscale: #BEBEBE. Windows color (decimal): -2248517 or 12300509. OLE color: 12300509.

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

Color convert

RGB221176187-
CMYK00.200.150.13
HSL345.33º39.82%77.84%-
HSV(B)345.33º20.36%86.67%-
XYZ54.3150.0153.8-
YUV190.71125.91149.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 176 (69.14% from 255) = 30.14%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=37.84%
G=30.14%
B=32.02%

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
Decimal22117618700.200.150.13345.3339.8277.84
HexDDB0BB014FD159284e
Octal335260273024171553150116
Binary110111011011000010111011010100111111011010110011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0BB; }

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

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

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

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

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

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

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

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