#DAABBF

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

Shades of Melanie #DAABBF

Tints of Melanie #DAABBF

Color information

#DAABBF (or 0xDAABBF) is unknown color: approx Melanie. HEX triplet: DA, AB and BF. RGB value is (218,171,191). Sum of RGB (Red+Green+Blue) = 218+171+191=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABBF is #255440. Grayscale: #BBBBBB. Windows color (decimal): -2446401 or 12561370. OLE color: 12561370.

HSL color Cylindrical-coordinate representation of color #DAABBF: hue angle of 334.47º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABBF is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB218171191-
CMYK00.220.120.15
HSL334.47º38.84%76.27%-
HSV(B)334.47º21.56%85.49%-
XYZ52.8847.7955.73-
YUV187.33130.07149.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 191 (75% from 255) = 32.93%
R=37.59%
G=29.48%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817119100.220.120.15334.4738.8476.27
HexDAABBF016CF14e274c
Octal332253277026141751647114
Binary110110101010101110111111010110110011111010011101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABBF; }

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

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

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

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

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

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

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

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