#DAAFBB

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

Shades of Melanie #DAAFBB

Tints of Melanie #DAAFBB

Color information

#DAAFBB (or 0xDAAFBB) is unknown color: approx Melanie. HEX triplet: DA, AF and BB. RGB value is (218,175,187). Sum of RGB (Red+Green+Blue) = 218+175+187=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFBB is #255044. Grayscale: #BDBDBD. Windows color (decimal): -2445381 or 12300250. OLE color: 12300250.

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

Color convert

RGB218175187-
CMYK00.200.140.15
HSL343.26º36.75%77.06%-
HSV(B)343.26º19.72%85.49%-
XYZ53.2149.1553.7-
YUV189.22126.75148.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=37.59%
G=30.17%
B=32.24%

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
Decimal21817518700.200.140.15343.2636.7577.06
HexDAAFBB014EF157254d
Octal332257273024161752745115
Binary110110101010111110111011010100111011111010101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFBB; }

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

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

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

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

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

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

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

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