#DDADC2

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

Shades of Melanie #DDADC2

Tints of Melanie #DDADC2

Color information

#DDADC2 (or 0xDDADC2) is unknown color: approx Melanie. HEX triplet: DD, AD and C2. RGB value is (221,173,194). Sum of RGB (Red+Green+Blue) = 221+173+194=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC2 is #22523D. Grayscale: #BDBDBD. Windows color (decimal): -2249278 or 12758493. OLE color: 12758493.

HSL color Cylindrical-coordinate representation of color #DDADC2: hue angle of 333.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 #DDADC2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB221173194-
CMYK00.220.120.13
HSL333.75º41.38%77.25%-
HSV(B)333.75º21.72%86.67%-
XYZ54.549.1557.65-
YUV189.75130.4150.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 194 (76.17% from 255) = 32.99%
R=37.59%
G=29.42%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117319400.220.120.13333.7541.3877.25
HexDDADC2016CD14e294d
Octal335255302026141551651115
Binary110111011010110111000010010110110011011010011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADC2; }

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

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

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

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

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

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

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

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