#DAB0BC

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

Shades of Melanie #DAB0BC

Tints of Melanie #DAB0BC

Color information

#DAB0BC (or 0xDAB0BC) is unknown color: approx Melanie. HEX triplet: DA, B0 and BC. RGB value is (218,176,188). Sum of RGB (Red+Green+Blue) = 218+176+188=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BC is #254F43. Grayscale: #BDBDBD. Windows color (decimal): -2445124 or 12366042. OLE color: 12366042.

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

Color convert

RGB218176188-
CMYK00.190.140.15
HSL342.86º36.21%77.25%-
HSV(B)342.86º19.27%85.49%-
XYZ53.5249.5954.33-
YUV189.93126.91148.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=37.46%
G=30.24%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817618800.190.140.15342.8636.2177.25
HexDAB0BC013EF157244d
Octal332260274023161752744115
Binary110110101011000010111100010011111011111010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0BC; }

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

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

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

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

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

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

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

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