#DAB2C1

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

Shades of Melanie #DAB2C1

Tints of Melanie #DAB2C1

Color information

#DAB2C1 (or 0xDAB2C1) is unknown color: approx Melanie. HEX triplet: DA, B2 and C1. RGB value is (218,178,193). Sum of RGB (Red+Green+Blue) = 218+178+193=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2C1 is #254D3E. Grayscale: #BFBFBF. Windows color (decimal): -2444607 or 12694234. OLE color: 12694234.

HSL color Cylindrical-coordinate representation of color #DAB2C1: hue angle of 337.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2C1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB218178193-
CMYK00.180.110.15
HSL337.5º35.09%77.65%-
HSV(B)337.5º18.35%85.49%-
XYZ54.4650.657.35-
YUV191.67128.75146.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=37.01%
G=30.22%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817819300.180.110.15337.535.0977.65
HexDAB2C1012BF152234e
Octal332262301022131752243116
Binary110110101011001011000001010010101111111010100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2C1; }

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

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

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

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

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

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

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

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