#DAAEBD

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

Shades of Melanie #DAAEBD

Tints of Melanie #DAAEBD

Color information

#DAAEBD (or 0xDAAEBD) is unknown color: approx Melanie. HEX triplet: DA, AE and BD. RGB value is (218,174,189). Sum of RGB (Red+Green+Blue) = 218+174+189=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBD is #255142. Grayscale: #BCBCBC. Windows color (decimal): -2445635 or 12431066. OLE color: 12431066.

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

Color convert

RGB218174189-
CMYK00.200.130.15
HSL339.55º37.29%76.86%-
HSV(B)339.55º20.18%85.49%-
XYZ53.2348.8554.77-
YUV188.87128.08148.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=37.52%
G=29.95%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817418900.200.130.15339.5537.2976.86
HexDAAEBD014DF154254d
Octal332256275024151752445115
Binary110110101010111010111101010100110111111010101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEBD; }

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

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

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

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

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

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

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

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