#DDAEBD

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

Shades of Melanie #DDAEBD

Tints of Melanie #DDAEBD

Color information

#DDAEBD (or 0xDDAEBD) is unknown color: approx Melanie. HEX triplet: DD, AE and BD. RGB value is (221,174,189). Sum of RGB (Red+Green+Blue) = 221+174+189=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEBD is #225142. Grayscale: #BDBDBD. Windows color (decimal): -2249027 or 12431069. OLE color: 12431069.

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

Color convert

RGB221174189-
CMYK00.210.140.13
HSL340.85º40.87%77.45%-
HSV(B)340.85º21.27%86.67%-
XYZ54.1449.3254.81-
YUV189.76127.57150.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=37.84%
G=29.79%
B=32.36%

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
Decimal22117418900.210.140.13340.8540.8777.45
HexDDAEBD015ED155294d
Octal335256275025161552551115
Binary110111011010111010111101010101111011011010101011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEBD; }

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

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

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

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

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

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

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

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