#DDB1BB

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

Shades of Melanie #DDB1BB

Tints of Melanie #DDB1BB

Color information

#DDB1BB (or 0xDDB1BB) is unknown color: approx Melanie. HEX triplet: DD, B1 and BB. RGB value is (221,177,187). Sum of RGB (Red+Green+Blue) = 221+177+187=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BB is #224E44. Grayscale: #BFBFBF. Windows color (decimal): -2248261 or 12300765. OLE color: 12300765.

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

Color convert

RGB221177187-
CMYK00.200.150.13
HSL346.36º39.29%78.04%-
HSV(B)346.36º19.91%86.67%-
XYZ54.5150.453.87-
YUV191.3125.58149.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=37.78%
G=30.26%
B=31.97%

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
Decimal22117718700.200.150.13346.3639.2978.04
HexDDB1BB014FD15a274e
Octal335261273024171553247116
Binary110111011011000110111011010100111111011010110101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1BB; }

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

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

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

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

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

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

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

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