#DABCC6

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

Shades of Melanie #DABCC6

Tints of Melanie #DABCC6

Color information

#DABCC6 (or 0xDABCC6) is unknown color: approx Melanie. HEX triplet: DA, BC and C6. RGB value is (218,188,198). Sum of RGB (Red+Green+Blue) = 218+188+198=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC6 is #254339. Grayscale: #C6C6C6. Windows color (decimal): -2442042 or 13024474. OLE color: 13024474.

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

Color convert

RGB218188198-
CMYK00.140.090.15
HSL340º28.85%79.61%-
HSV(B)340º13.76%85.49%-
XYZ57.0954.9561.02-
YUV198.11127.94142.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=36.09%
G=31.13%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818819800.140.090.1534028.8579.61
HexDABCC60E9F1541d50
Octal332274306016111752435120
Binary1101101010111100110001100111010011111101010100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCC6; }

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

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

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

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

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

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

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

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