#DDAEBB

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

Shades of Melanie #DDAEBB

Tints of Melanie #DDAEBB

Color information

#DDAEBB (or 0xDDAEBB) is unknown color: approx Melanie. HEX triplet: DD, AE and BB. RGB value is (221,174,187). Sum of RGB (Red+Green+Blue) = 221+174+187=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEBB is #225144. Grayscale: #BDBDBD. Windows color (decimal): -2249029 or 12299997. OLE color: 12299997.

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

Color convert

RGB221174187-
CMYK00.210.150.13
HSL343.4º40.87%77.45%-
HSV(B)343.4º21.27%86.67%-
XYZ53.9249.2353.67-
YUV189.54126.57150.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=37.97%
G=29.90%
B=32.13%

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
Decimal22117418700.210.150.13343.440.8777.45
HexDDAEBB015FD157294d
Octal335256273025171552751115
Binary110111011010111010111011010101111111011010101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEBB; }

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

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

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

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

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

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

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

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