#DAB9C0

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

Shades of Melanie #DAB9C0

Tints of Melanie #DAB9C0

Color information

#DAB9C0 (or 0xDAB9C0) is unknown color: approx Melanie. HEX triplet: DA, B9 and C0. RGB value is (218,185,192). Sum of RGB (Red+Green+Blue) = 218+185+192=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9C0 is #25463F. Grayscale: #C3C3C3. Windows color (decimal): -2442816 or 12630490. OLE color: 12630490.

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

Color convert

RGB218185192-
CMYK00.150.120.15
HSL347.27º30.84%79.02%-
HSV(B)347.27º15.14%85.49%-
XYZ55.7853.4157.24-
YUV195.66125.93143.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=36.64%
G=31.09%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818519200.150.120.15347.2730.8479.02
HexDAB9C00FCF15b1f4f
Octal332271300017141753337117
Binary1101101010111001110000000111111001111101011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9C0; }

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

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

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

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

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

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

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

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