#DABAC5

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

Shades of Melanie #DABAC5

Tints of Melanie #DABAC5

Color information

#DABAC5 (or 0xDABAC5) is unknown color: approx Melanie. HEX triplet: DA, BA and C5. RGB value is (218,186,197). Sum of RGB (Red+Green+Blue) = 218+186+197=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAC5 is #25453A. Grayscale: #C4C4C4. Windows color (decimal): -2442555 or 12958426. OLE color: 12958426.

HSL color Cylindrical-coordinate representation of color #DABAC5: hue angle of 339.38º degrees, saturation: 0.3, 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 #DABAC5 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218186197-
CMYK00.150.100.15
HSL339.38º30.19%79.22%-
HSV(B)339.38º14.68%85.49%-
XYZ56.5554.0560.28-
YUV196.82128.1143.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=36.27%
G=30.95%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818619700.150.100.15339.3830.1979.22
HexDABAC50FAF1531e4f
Octal332272305017121752336117
Binary1101101010111010110001010111110101111101010011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAC5; }

 p { color: rgb(218,186,197); }

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

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

 a { background-color: rgb(218,186,197); }

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

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

 span { border-color: rgb(218,186,197); }

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