#DDAEC3

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

Shades of Melanie #DDAEC3

Tints of Melanie #DDAEC3

Color information

#DDAEC3 (or 0xDDAEC3) is unknown color: approx Melanie. HEX triplet: DD, AE and C3. RGB value is (221,174,195). Sum of RGB (Red+Green+Blue) = 221+174+195=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC3 is #22513C. Grayscale: #BEBEBE. Windows color (decimal): -2249021 or 12824285. OLE color: 12824285.

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

Color convert

RGB221174195-
CMYK00.210.120.13
HSL333.19º40.87%77.45%-
HSV(B)333.19º21.27%86.67%-
XYZ54.8149.5858.31-
YUV190.45130.57149.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=37.46%
G=29.49%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117419500.210.120.13333.1940.8777.45
HexDDAEC3015CD14d294d
Octal335256303025141551551115
Binary110111011010111011000011010101110011011010011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEC3; }

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

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

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

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

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

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

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

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