#DDAEBE

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

Shades of Melanie #DDAEBE

Tints of Melanie #DDAEBE

Color information

#DDAEBE (or 0xDDAEBE) is unknown color: approx Melanie. HEX triplet: DD, AE and BE. RGB value is (221,174,190). Sum of RGB (Red+Green+Blue) = 221+174+190=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEBE is #225141. Grayscale: #BDBDBD. Windows color (decimal): -2249026 or 12496605. OLE color: 12496605.

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

Color convert

RGB221174190-
CMYK00.210.140.13
HSL339.57º40.87%77.45%-
HSV(B)339.57º21.27%86.67%-
XYZ54.2549.3655.38-
YUV189.88128.07150.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=37.78%
G=29.74%
B=32.48%

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
Decimal22117419000.210.140.13339.5740.8777.45
HexDDAEBE015ED154294d
Octal335256276025161552451115
Binary110111011010111010111110010101111011011010101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEBE; }

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

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

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

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

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

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

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

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