#DDACBE

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

Shades of Melanie #DDACBE

Tints of Melanie #DDACBE

Color information

#DDACBE (or 0xDDACBE) is unknown color: approx Melanie. HEX triplet: DD, AC and BE. RGB value is (221,172,190). Sum of RGB (Red+Green+Blue) = 221+172+190=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACBE is #225341. Grayscale: #BCBCBC. Windows color (decimal): -2249538 or 12496093. OLE color: 12496093.

HSL color Cylindrical-coordinate representation of color #DDACBE: hue angle of 337.96º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACBE is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221172190-
CMYK00.220.140.13
HSL337.96º41.88%77.06%-
HSV(B)337.96º22.17%86.67%-
XYZ53.8748.5955.26-
YUV188.7128.73151.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=37.91%
G=29.50%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117219000.220.140.13337.9641.8877.06
HexDDACBE016ED1522a4d
Octal335254276026161552252115
Binary110111011010110010111110010110111011011010100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACBE; }

 p { color: rgb(221,172,190); }

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

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

 a { background-color: rgb(221,172,190); }

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

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

 span { border-color: rgb(221,172,190); }

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