#DAB1C2

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

Shades of Melanie #DAB1C2

Tints of Melanie #DAB1C2

Color information

#DAB1C2 (or 0xDAB1C2) is unknown color: approx Melanie. HEX triplet: DA, B1 and C2. RGB value is (218,177,194). Sum of RGB (Red+Green+Blue) = 218+177+194=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1C2 is #254E3D. Grayscale: #BFBFBF. Windows color (decimal): -2444862 or 12759514. OLE color: 12759514.

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

Color convert

RGB218177194-
CMYK00.190.110.15
HSL335.12º35.65%77.45%-
HSV(B)335.12º18.81%85.49%-
XYZ54.3750.2457.87-
YUV191.2129.58147.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=37.01%
G=30.05%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817719400.190.110.15335.1235.6577.45
HexDAB1C2013BF14f244d
Octal332261302023131751744115
Binary110110101011000111000010010011101111111010011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1C2; }

 p { color: rgb(218,177,194); }

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

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

 a { background-color: rgb(218,177,194); }

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

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

 span { border-color: rgb(218,177,194); }

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