#DDBBC7

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

Shades of Melanie #DDBBC7

Tints of Melanie #DDBBC7

Color information

#DDBBC7 (or 0xDDBBC7) is unknown color: approx Melanie. HEX triplet: DD, BB and C7. RGB value is (221,187,199). Sum of RGB (Red+Green+Blue) = 221+187+199=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC7 is #224438. Grayscale: #C6C6C6. Windows color (decimal): -2245689 or 13089757. OLE color: 13089757.

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

Color convert

RGB221187199-
CMYK00.150.100.13
HSL338.82º33.33%80%-
HSV(B)338.82º15.38%86.67%-
XYZ57.955.0461.6-
YUV198.53128.26144.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=36.41%
G=30.81%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118719900.150.100.13338.8233.3380
HexDDBBC70FAD1532150
Octal335273307017121552341120
Binary11011101101110111100011101111101011011010100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBC7; }

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

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

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

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

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

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

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

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