#DDAEC2

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

Shades of Melanie #DDAEC2

Tints of Melanie #DDAEC2

Color information

#DDAEC2 (or 0xDDAEC2) is unknown color: approx Melanie. HEX triplet: DD, AE and C2. RGB value is (221,174,194). Sum of RGB (Red+Green+Blue) = 221+174+194=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC2 is #22513D. Grayscale: #BEBEBE. Windows color (decimal): -2249022 or 12758749. OLE color: 12758749.

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

Color convert

RGB221174194-
CMYK00.210.120.13
HSL334.47º40.87%77.45%-
HSV(B)334.47º21.27%86.67%-
XYZ54.6949.5457.72-
YUV190.33130.07149.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=37.52%
G=29.54%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117419400.210.120.13334.4740.8777.45
HexDDAEC2015CD14e294d
Octal335256302025141551651115
Binary110111011010111011000010010101110011011010011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEC2; }

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

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

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

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

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

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

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

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