#DAAFBA

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

Shades of Melanie #DAAFBA

Tints of Melanie #DAAFBA

Color information

#DAAFBA (or 0xDAAFBA) is unknown color: approx Melanie. HEX triplet: DA, AF and BA. RGB value is (218,175,186). Sum of RGB (Red+Green+Blue) = 218+175+186=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFBA is #255045. Grayscale: #BDBDBD. Windows color (decimal): -2445382 or 12234714. OLE color: 12234714.

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

Color convert

RGB218175186-
CMYK00.200.150.15
HSL344.65º36.75%77.06%-
HSV(B)344.65º19.72%85.49%-
XYZ53.1149.1153.13-
YUV189.11126.25148.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=37.65%
G=30.22%
B=32.12%

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
Decimal21817518600.200.150.15344.6536.7577.06
HexDAAFBA014FF159254d
Octal332257272024171753145115
Binary110110101010111110111010010100111111111010110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFBA; }

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

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

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

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

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

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

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

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