#DDBBC5

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

Shades of Melanie #DDBBC5

Tints of Melanie #DDBBC5

Color information

#DDBBC5 (or 0xDDBBC5) is unknown color: approx Melanie. HEX triplet: DD, BB and C5. RGB value is (221,187,197). Sum of RGB (Red+Green+Blue) = 221+187+197=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC5 is #22443A. Grayscale: #C6C6C6. Windows color (decimal): -2245691 or 12958685. OLE color: 12958685.

HSL color Cylindrical-coordinate representation of color #DDBBC5: hue angle of 342.35º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBC5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221187197-
CMYK00.150.110.13
HSL342.35º33.33%80%-
HSV(B)342.35º15.38%86.67%-
XYZ57.6754.9460.39-
YUV198.31127.26144.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=36.53%
G=30.91%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118719700.150.110.13342.3533.3380
HexDDBBC50FBD1562150
Octal335273305017131552641120
Binary11011101101110111100010101111101111011010101101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBC5; }

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

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

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

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

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

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

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

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