#DAAFBC

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

Shades of Melanie #DAAFBC

Tints of Melanie #DAAFBC

Color information

#DAAFBC (or 0xDAAFBC) is unknown color: approx Melanie. HEX triplet: DA, AF and BC. RGB value is (218,175,188). Sum of RGB (Red+Green+Blue) = 218+175+188=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFBC is #255043. Grayscale: #BDBDBD. Windows color (decimal): -2445380 or 12365786. OLE color: 12365786.

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

Color convert

RGB218175188-
CMYK00.200.140.15
HSL341.86º36.75%77.06%-
HSV(B)341.86º19.72%85.49%-
XYZ53.3249.254.26-
YUV189.34127.25148.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=37.52%
G=30.12%
B=32.36%

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
Decimal21817518800.200.140.15341.8636.7577.06
HexDAAFBC014EF156254d
Octal332257274024161752645115
Binary110110101010111110111100010100111011111010101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFBC; }

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

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

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

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

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

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

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

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