#DCAEC2

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

Shades of Melanie #DCAEC2

Tints of Melanie #DCAEC2

Color information

#DCAEC2 (or 0xDCAEC2) is unknown color: approx Melanie. HEX triplet: DC, AE and C2. RGB value is (220,174,194). Sum of RGB (Red+Green+Blue) = 220+174+194=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC2 is #23513D. Grayscale: #BEBEBE. Windows color (decimal): -2314558 or 12758748. OLE color: 12758748.

HSL color Cylindrical-coordinate representation of color #DCAEC2: hue angle of 333.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEC2 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220174194-
CMYK00.210.120.14
HSL333.91º39.66%77.25%-
HSV(B)333.91º20.91%86.27%-
XYZ54.3949.3857.7-
YUV190.03130.24149.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 194 (76.17% from 255) = 32.99%
R=37.41%
G=29.59%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017419400.210.120.14333.9139.6677.25
HexDCAEC2015CE14e284d
Octal334256302025141651650115
Binary110111001010111011000010010101110011101010011101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEC2; }

 p { color: rgb(220,174,194); }

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

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

 a { background-color: rgb(220,174,194); }

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

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

 span { border-color: rgb(220,174,194); }

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