#DDBBC0

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

Shades of Melanie #DDBBC0

Tints of Melanie #DDBBC0

Color information

#DDBBC0 (or 0xDDBBC0) is unknown color: approx Melanie. HEX triplet: DD, BB and C0. RGB value is (221,187,192). Sum of RGB (Red+Green+Blue) = 221+187+192=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC0 is #22443F. Grayscale: #C5C5C5. Windows color (decimal): -2245696 or 12631005. OLE color: 12631005.

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

Color convert

RGB221187192-
CMYK00.150.130.13
HSL351.18º33.33%80%-
HSV(B)351.18º15.38%86.67%-
XYZ57.154.7257.42-
YUV197.74124.76144.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 192 (75.39% from 255) = 32%
R=36.83%
G=31.17%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118719200.150.130.13351.1833.3380
HexDDBBC00FDD15f2150
Octal335273300017151553741120
Binary11011101101110111100000001111110111011010111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBC0; }

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

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

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

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

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

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

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

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