#DAAEBA

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

Shades of Melanie #DAAEBA

Tints of Melanie #DAAEBA

Color information

#DAAEBA (or 0xDAAEBA) is unknown color: approx Melanie. HEX triplet: DA, AE and BA. RGB value is (218,174,186). Sum of RGB (Red+Green+Blue) = 218+174+186=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBA is #255145. Grayscale: #BCBCBC. Windows color (decimal): -2445638 or 12234458. OLE color: 12234458.

HSL color Cylindrical-coordinate representation of color #DAAEBA: hue angle of 343.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEBA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218174186-
CMYK00.200.150.15
HSL343.64º37.29%76.86%-
HSV(B)343.64º20.18%85.49%-
XYZ52.9148.7253.07-
YUV188.52126.58149.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=37.72%
G=30.10%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817418600.200.150.15343.6437.2976.86
HexDAAEBA014FF158254d
Octal332256272024171753045115
Binary110110101010111010111010010100111111111010110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEBA; }

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

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

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

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

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

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

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

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