#DDABC0

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

Shades of Melanie #DDABC0

Tints of Melanie #DDABC0

Color information

#DDABC0 (or 0xDDABC0) is unknown color: approx Melanie. HEX triplet: DD, AB and C0. RGB value is (221,171,192). Sum of RGB (Red+Green+Blue) = 221+171+192=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC0 is #22543F. Grayscale: #BCBCBC. Windows color (decimal): -2249792 or 12626909. OLE color: 12626909.

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

Color convert

RGB221171192-
CMYK00.230.130.13
HSL334.8º42.37%76.86%-
HSV(B)334.8º22.62%86.67%-
XYZ53.948.356.35-
YUV188.34130.06151.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=37.84%
G=29.28%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117119200.230.130.13334.842.3776.86
HexDDABC0017DD14f2a4d
Octal335253300027151551752115
Binary110111011010101111000000010111110111011010011111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABC0; }

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

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

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

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

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

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

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

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