#DAAFC0

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

Shades of Melanie #DAAFC0

Tints of Melanie #DAAFC0

Color information

#DAAFC0 (or 0xDAAFC0) is unknown color: approx Melanie. HEX triplet: DA, AF and C0. RGB value is (218,175,192). Sum of RGB (Red+Green+Blue) = 218+175+192=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC0 is #25503F. Grayscale: #BDBDBD. Windows color (decimal): -2445376 or 12627930. OLE color: 12627930.

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

Color convert

RGB218175192-
CMYK00.200.120.15
HSL336.28º36.75%77.06%-
HSV(B)336.28º19.72%85.49%-
XYZ53.7649.3756.57-
YUV189.8129.25148.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=37.26%
G=29.91%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817519200.200.120.15336.2836.7577.06
HexDAAFC0014CF150254d
Octal332257300024141752045115
Binary110110101010111111000000010100110011111010100001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFC0; }

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

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

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

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

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

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

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

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