#DDAEBA

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

Shades of Melanie #DDAEBA

Tints of Melanie #DDAEBA

Color information

#DDAEBA (or 0xDDAEBA) is unknown color: approx Melanie. HEX triplet: DD, AE and BA. RGB value is (221,174,186). Sum of RGB (Red+Green+Blue) = 221+174+186=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEBA is #225145. Grayscale: #BDBDBD. Windows color (decimal): -2249030 or 12234461. OLE color: 12234461.

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

Color convert

RGB221174186-
CMYK00.210.160.13
HSL344.68º40.87%77.45%-
HSV(B)344.68º21.27%86.67%-
XYZ53.8249.1953.11-
YUV189.42126.07150.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=38.04%
G=29.95%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117418600.210.160.13344.6840.8777.45
HexDDAEBA01510D159294d
Octal335256272025201553151115
Binary1101110110101110101110100101011000011011010110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEBA; }

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

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

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

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

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

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

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

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