#DAACBF

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

Shades of Melanie #DAACBF

Tints of Melanie #DAACBF

Color information

#DAACBF (or 0xDAACBF) is unknown color: approx Melanie. HEX triplet: DA, AC and BF. RGB value is (218,172,191). Sum of RGB (Red+Green+Blue) = 218+172+191=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACBF is #255340. Grayscale: #BBBBBB. Windows color (decimal): -2446145 or 12561626. OLE color: 12561626.

HSL color Cylindrical-coordinate representation of color #DAACBF: hue angle of 335.22º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACBF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB218172191-
CMYK00.210.120.15
HSL335.22º38.33%76.47%-
HSV(B)335.22º21.1%85.49%-
XYZ53.0748.1755.79-
YUV187.92129.74149.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 191 (75% from 255) = 32.87%
R=37.52%
G=29.60%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817219100.210.120.15335.2238.3376.47
HexDAACBF015CF14f264c
Octal332254277025141751746114
Binary110110101010110010111111010101110011111010011111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACBF; }

 p { color: rgb(218,172,191); }

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

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

 a { background-color: rgb(218,172,191); }

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

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

 span { border-color: rgb(218,172,191); }

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