#DFABBB

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

Shades of Melanie #DFABBB

Tints of Melanie #DFABBB

Color information

#DFABBB (or 0xDFABBB) is unknown color: approx Melanie. HEX triplet: DF, AB and BB. RGB value is (223,171,187). Sum of RGB (Red+Green+Blue) = 223+171+187=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABBB is #205444. Grayscale: #BCBCBC. Windows color (decimal): -2118725 or 12299231. OLE color: 12299231.

HSL color Cylindrical-coordinate representation of color #DFABBB: hue angle of 341.54º 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 #DFABBB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223171187-
CMYK00.230.160.13
HSL341.54º44.83%77.25%-
HSV(B)341.54º23.32%87.45%-
XYZ53.9648.453.51-
YUV188.37127.23152.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=38.38%
G=29.43%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317118700.230.160.13341.5444.8377.25
HexDFABBB01710D1562d4d
Octal337253273027201552655115
Binary1101111110101011101110110101111000011011010101101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABBB; }

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

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

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

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

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

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

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

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