#DDAEBC

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

Shades of Melanie #DDAEBC

Tints of Melanie #DDAEBC

Color information

#DDAEBC (or 0xDDAEBC) is unknown color: approx Melanie. HEX triplet: DD, AE and BC. RGB value is (221,174,188). Sum of RGB (Red+Green+Blue) = 221+174+188=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEBC is #225143. Grayscale: #BDBDBD. Windows color (decimal): -2249028 or 12365533. OLE color: 12365533.

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

Color convert

RGB221174188-
CMYK00.210.150.13
HSL342.13º40.87%77.45%-
HSV(B)342.13º21.27%86.67%-
XYZ54.0349.2854.24-
YUV189.65127.07150.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=37.91%
G=29.85%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117418800.210.150.13342.1340.8777.45
HexDDAEBC015FD156294d
Octal335256274025171552651115
Binary110111011010111010111100010101111111011010101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEBC; }

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

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

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

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

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

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

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

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