#DABCC1

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

Shades of Melanie #DABCC1

Tints of Melanie #DABCC1

Color information

#DABCC1 (or 0xDABCC1) is unknown color: approx Melanie. HEX triplet: DA, BC and C1. RGB value is (218,188,193). Sum of RGB (Red+Green+Blue) = 218+188+193=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC1 is #25433E. Grayscale: #C5C5C5. Windows color (decimal): -2442047 or 12696794. OLE color: 12696794.

HSL color Cylindrical-coordinate representation of color #DABCC1: hue angle of 350º 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 #DABCC1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB218188193-
CMYK00.140.110.15
HSL350º28.85%79.61%-
HSV(B)350º13.76%85.49%-
XYZ56.5254.7258.04-
YUV197.54125.44142.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=36.39%
G=31.39%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818819300.140.110.1535028.8579.61
HexDABCC10EBF15e1d50
Octal332274301016131753635120
Binary1101101010111100110000010111010111111101011110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCC1; }

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

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

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

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

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

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

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

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