#DAAFC1

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

Shades of Melanie #DAAFC1

Tints of Melanie #DAAFC1

Color information

#DAAFC1 (or 0xDAAFC1) is unknown color: approx Melanie. HEX triplet: DA, AF and C1. RGB value is (218,175,193). Sum of RGB (Red+Green+Blue) = 218+175+193=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC1 is #25503E. Grayscale: #BDBDBD. Windows color (decimal): -2445375 or 12693466. OLE color: 12693466.

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

Color convert

RGB218175193-
CMYK00.200.110.15
HSL334.88º36.75%77.06%-
HSV(B)334.88º19.72%85.49%-
XYZ53.8749.4257.15-
YUV189.91129.75148.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=37.20%
G=29.86%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817519300.200.110.15334.8836.7577.06
HexDAAFC1014BF14f254d
Octal332257301024131751745115
Binary110110101010111111000001010100101111111010011111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFC1; }

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

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

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

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

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

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

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

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