#DAAEBB

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

Shades of Melanie #DAAEBB

Tints of Melanie #DAAEBB

Color information

#DAAEBB (or 0xDAAEBB) is unknown color: approx Melanie. HEX triplet: DA, AE and BB. RGB value is (218,174,187). Sum of RGB (Red+Green+Blue) = 218+174+187=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBB is #255144. Grayscale: #BCBCBC. Windows color (decimal): -2445637 or 12299994. OLE color: 12299994.

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

Color convert

RGB218174187-
CMYK00.200.140.15
HSL342.27º37.29%76.86%-
HSV(B)342.27º20.18%85.49%-
XYZ53.0248.7753.63-
YUV188.64127.08148.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=37.65%
G=30.05%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817418700.200.140.15342.2737.2976.86
HexDAAEBB014EF156254d
Octal332256273024161752645115
Binary110110101010111010111011010100111011111010101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEBB; }

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

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

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

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

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

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

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

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