#DAAEBF

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

Shades of Melanie #DAAEBF

Tints of Melanie #DAAEBF

Color information

#DAAEBF (or 0xDAAEBF) is unknown color: approx Melanie. HEX triplet: DA, AE and BF. RGB value is (218,174,191). Sum of RGB (Red+Green+Blue) = 218+174+191=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBF is #255140. Grayscale: #BDBDBD. Windows color (decimal): -2445633 or 12562138. OLE color: 12562138.

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

Color convert

RGB218174191-
CMYK00.200.120.15
HSL336.82º37.29%76.86%-
HSV(B)336.82º20.18%85.49%-
XYZ53.4548.9455.92-
YUV189.09129.08148.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 191 (75% from 255) = 32.76%
R=37.39%
G=29.85%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817419100.200.120.15336.8237.2976.86
HexDAAEBF014CF151254d
Octal332256277024141752145115
Binary110110101010111010111111010100110011111010100011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEBF; }

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

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

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

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

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

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

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

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