#DAACBB

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

Shades of Melanie #DAACBB

Tints of Melanie #DAACBB

Color information

#DAACBB (or 0xDAACBB) is unknown color: approx Melanie. HEX triplet: DA, AC and BB. RGB value is (218,172,187). Sum of RGB (Red+Green+Blue) = 218+172+187=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACBB is #255344. Grayscale: #BBBBBB. Windows color (decimal): -2446149 or 12299482. OLE color: 12299482.

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

Color convert

RGB218172187-
CMYK00.210.140.15
HSL340.43º38.33%76.47%-
HSV(B)340.43º21.1%85.49%-
XYZ52.644853.5-
YUV187.46127.74149.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=37.78%
G=29.81%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817218700.210.140.15340.4338.3376.47
HexDAACBB015EF154264c
Octal332254273025161752446114
Binary110110101010110010111011010101111011111010101001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACBB; }

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

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

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

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

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

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

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

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