#DDAEC0

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

Shades of Melanie #DDAEC0

Tints of Melanie #DDAEC0

Color information

#DDAEC0 (or 0xDDAEC0) is unknown color: approx Melanie. HEX triplet: DD, AE and C0. RGB value is (221,174,192). Sum of RGB (Red+Green+Blue) = 221+174+192=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC0 is #22513F. Grayscale: #BEBEBE. Windows color (decimal): -2249024 or 12627677. OLE color: 12627677.

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

Color convert

RGB221174192-
CMYK00.210.130.13
HSL337.02º40.87%77.45%-
HSV(B)337.02º21.27%86.67%-
XYZ54.4749.4556.54-
YUV190.1129.07150.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=37.65%
G=29.64%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117419200.210.130.13337.0240.8777.45
HexDDAEC0015DD151294d
Octal335256300025151552151115
Binary110111011010111011000000010101110111011010100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEC0; }

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

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

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

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

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

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

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

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