#DDBAC1

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

Shades of Melanie #DDBAC1

Tints of Melanie #DDBAC1

Color information

#DDBAC1 (or 0xDDBAC1) is unknown color: approx Melanie. HEX triplet: DD, BA and C1. RGB value is (221,186,193). Sum of RGB (Red+Green+Blue) = 221+186+193=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC1 is #22453E. Grayscale: #C5C5C5. Windows color (decimal): -2245951 or 12696285. OLE color: 12696285.

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

Color convert

RGB221186193-
CMYK00.160.130.13
HSL348º33.98%79.8%-
HSV(B)348º15.84%86.67%-
XYZ5754.3457.94-
YUV197.26125.6144.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=36.83%
G=31%
B=32.17%

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
Decimal22118619300.160.130.1334833.9879.8
HexDDBAC1010DD15c2250
Octal335272301020151553442120
Binary110111011011101011000001010000110111011010111001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAC1; }

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

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

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

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

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

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

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

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