#DCAEC3

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

Shades of Melanie #DCAEC3

Tints of Melanie #DCAEC3

Color information

#DCAEC3 (or 0xDCAEC3) is unknown color: approx Melanie. HEX triplet: DC, AE and C3. RGB value is (220,174,195). Sum of RGB (Red+Green+Blue) = 220+174+195=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC3 is #23513C. Grayscale: #BEBEBE. Windows color (decimal): -2314557 or 12824284. OLE color: 12824284.

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

Color convert

RGB220174195-
CMYK00.210.110.14
HSL332.61º39.66%77.25%-
HSV(B)332.61º20.91%86.27%-
XYZ54.549.4358.3-
YUV190.15130.74149.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=37.35%
G=29.54%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017419500.210.110.14332.6139.6677.25
HexDCAEC3015BE14d284d
Octal334256303025131651550115
Binary110111001010111011000011010101101111101010011011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEC3; }

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

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

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

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

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

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

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

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