#DCAEBA

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

Shades of Melanie #DCAEBA

Tints of Melanie #DCAEBA

Color information

#DCAEBA (or 0xDCAEBA) is unknown color: approx Melanie. HEX triplet: DC, AE and BA. RGB value is (220,174,186). Sum of RGB (Red+Green+Blue) = 220+174+186=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEBA is #235145. Grayscale: #BDBDBD. Windows color (decimal): -2314566 or 12234460. OLE color: 12234460.

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

Color convert

RGB220174186-
CMYK00.210.150.14
HSL344.35º39.66%77.25%-
HSV(B)344.35º20.91%86.27%-
XYZ53.5149.0353.1-
YUV189.12126.24150.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=37.93%
G=30%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017418600.210.150.14344.3539.6677.25
HexDCAEBA015FE158284d
Octal334256272025171653050115
Binary110111001010111010111010010101111111101010110001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEBA; }

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

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

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

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

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

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

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

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