#DAB4BC

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

Shades of Melanie #DAB4BC

Tints of Melanie #DAB4BC

Color information

#DAB4BC (or 0xDAB4BC) is unknown color: approx Melanie. HEX triplet: DA, B4 and BC. RGB value is (218,180,188). Sum of RGB (Red+Green+Blue) = 218+180+188=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4BC is #254B43. Grayscale: #C0C0C0. Windows color (decimal): -2444100 or 12367066. OLE color: 12367066.

HSL color Cylindrical-coordinate representation of color #DAB4BC: hue angle of 347.37º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB4BC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218180188-
CMYK00.170.140.15
HSL347.37º33.93%78.04%-
HSV(B)347.37º17.43%85.49%-
XYZ54.3151.1854.59-
YUV192.27125.59146.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=37.20%
G=30.72%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818018800.170.140.15347.3733.9378.04
HexDAB4BC011EF15b224e
Octal332264274021161753342116
Binary110110101011010010111100010001111011111010110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4BC; }

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

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

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

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

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

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

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

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