#dfabc2

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

Shades of Melanie #DFABC2

Tints of Melanie #DFABC2

Color information

#DFABC2 (or 0xDFABC2) is unknown color: approx Melanie. HEX triplet: DF, AB and C2. RGB value is (223,171,194). Sum of RGB (Red+Green+Blue) = 223+171+194=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC2 is #20543D. Grayscale: #BDBDBD. Windows color (decimal): -2118718 or 12757983. OLE color: 12757983.

HSL color Cylindrical-coordinate representation of color #DFABC2: hue angle of 333.46º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABC2 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB223171194-
CMYK00.230.130.13
HSL333.46º44.83%77.25%-
HSV(B)333.46º23.32%87.45%-
XYZ54.7348.7157.56-
YUV189.17130.73152.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 194 (76.17% from 255) = 32.99%
R=37.93%
G=29.08%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317119400.230.130.13333.4644.8377.25
HexDFABC2017DD14d2d4d
Octal337253302027151551555115
Binary110111111010101111000010010111110111011010011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfabc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfabc2; }

 p { color: rgb(223,171,194); }

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

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

 a { background-color: rgb(223,171,194); }

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

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

 span { border-color: rgb(223,171,194); }

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