#DDBAC0

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

Shades of Melanie #DDBAC0

Tints of Melanie #DDBAC0

Color information

#DDBAC0 (or 0xDDBAC0) is unknown color: approx Melanie. HEX triplet: DD, BA and C0. RGB value is (221,186,192). Sum of RGB (Red+Green+Blue) = 221+186+192=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC0 is #22453F. Grayscale: #C5C5C5. Windows color (decimal): -2245952 or 12630749. OLE color: 12630749.

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

Color convert

RGB221186192-
CMYK00.160.130.13
HSL349.71º33.98%79.8%-
HSV(B)349.71º15.84%86.67%-
XYZ56.8954.357.35-
YUV197.15125.1145.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=36.89%
G=31.05%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118619200.160.130.13349.7133.9879.8
HexDDBAC0010DD15e2250
Octal335272300020151553642120
Binary110111011011101011000000010000110111011010111101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAC0; }

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

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

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

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

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

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

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

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