#DDBAC7

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

Shades of Melanie #DDBAC7

Tints of Melanie #DDBAC7

Color information

#DDBAC7 (or 0xDDBAC7) is unknown color: approx Melanie. HEX triplet: DD, BA and C7. RGB value is (221,186,199). Sum of RGB (Red+Green+Blue) = 221+186+199=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC7 is #224538. Grayscale: #C5C5C5. Windows color (decimal): -2245945 or 13089501. OLE color: 13089501.

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

Color convert

RGB221186199-
CMYK00.160.100.13
HSL337.71º33.98%79.8%-
HSV(B)337.71º15.84%86.67%-
XYZ57.6954.6161.53-
YUV197.95128.6144.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 199 (78.12% from 255) = 32.84%
R=36.47%
G=30.69%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118619900.160.100.13337.7133.9879.8
HexDDBAC7010AD1522250
Octal335272307020121552242120
Binary110111011011101011000111010000101011011010100101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAC7; }

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

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

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

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

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

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

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

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