#DDADBE

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

Shades of Melanie #DDADBE

Tints of Melanie #DDADBE

Color information

#DDADBE (or 0xDDADBE) is unknown color: approx Melanie. HEX triplet: DD, AD and BE. RGB value is (221,173,190). Sum of RGB (Red+Green+Blue) = 221+173+190=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADBE is #225241. Grayscale: #BDBDBD. Windows color (decimal): -2249282 or 12496349. OLE color: 12496349.

HSL color Cylindrical-coordinate representation of color #DDADBE: hue angle of 338.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADBE is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221173190-
CMYK00.220.140.13
HSL338.75º41.38%77.25%-
HSV(B)338.75º21.72%86.67%-
XYZ54.0648.9855.32-
YUV189.29128.4150.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=37.84%
G=29.62%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117319000.220.140.13338.7541.3877.25
HexDDADBE016ED153294d
Octal335255276026161552351115
Binary110111011010110110111110010110111011011010100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADBE; }

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

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

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

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

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

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

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

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