#DAB1C1

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

Shades of Melanie #DAB1C1

Tints of Melanie #DAB1C1

Color information

#DAB1C1 (or 0xDAB1C1) is unknown color: approx Melanie. HEX triplet: DA, B1 and C1. RGB value is (218,177,193). Sum of RGB (Red+Green+Blue) = 218+177+193=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1C1 is #254E3E. Grayscale: #BFBFBF. Windows color (decimal): -2444863 or 12693978. OLE color: 12693978.

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

Color convert

RGB218177193-
CMYK00.190.110.15
HSL336.59º35.65%77.45%-
HSV(B)336.59º18.81%85.49%-
XYZ54.2650.257.28-
YUV191.08129.08147.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 177 (69.53% from 255) = 30.10%
BLUE value IS 193 (75.78% from 255) = 32.82%
R=37.07%
G=30.10%
B=32.82%

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
Decimal21817719300.190.110.15336.5935.6577.45
HexDAB1C1013BF151244d
Octal332261301023131752144115
Binary110110101011000111000001010011101111111010100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1C1; }

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

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

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

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

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

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

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

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