#DDAEBF

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

Shades of Melanie #DDAEBF

Tints of Melanie #DDAEBF

Color information

#DDAEBF (or 0xDDAEBF) is unknown color: approx Melanie. HEX triplet: DD, AE and BF. RGB value is (221,174,191). Sum of RGB (Red+Green+Blue) = 221+174+191=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEBF is #225140. Grayscale: #BDBDBD. Windows color (decimal): -2249025 or 12562141. OLE color: 12562141.

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

Color convert

RGB221174191-
CMYK00.210.140.13
HSL338.3º40.87%77.45%-
HSV(B)338.3º21.27%86.67%-
XYZ54.3649.4155.96-
YUV189.99128.57150.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 191 (75% from 255) = 32.59%
R=37.71%
G=29.69%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117419100.210.140.13338.340.8777.45
HexDDAEBF015ED152294d
Octal335256277025161552251115
Binary110111011010111010111111010101111011011010100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEBF; }

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

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

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

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

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

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

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

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