#DCAEBF

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

Shades of Melanie #DCAEBF

Tints of Melanie #DCAEBF

Color information

#DCAEBF (or 0xDCAEBF) is unknown color: approx Melanie. HEX triplet: DC, AE and BF. RGB value is (220,174,191). Sum of RGB (Red+Green+Blue) = 220+174+191=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEBF is #235140. Grayscale: #BDBDBD. Windows color (decimal): -2314561 or 12562140. OLE color: 12562140.

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

Color convert

RGB220174191-
CMYK00.210.130.14
HSL337.83º39.66%77.25%-
HSV(B)337.83º20.91%86.27%-
XYZ54.0649.2555.95-
YUV189.69128.74149.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 191 (75% from 255) = 32.65%
R=37.61%
G=29.74%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017419100.210.130.14337.8339.6677.25
HexDCAEBF015DE152284d
Octal334256277025151652250115
Binary110111001010111010111111010101110111101010100101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEBF; }

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

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

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

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

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

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

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

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