#DFAFBB

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

Shades of Melanie #DFAFBB

Tints of Melanie #DFAFBB

Color information

#DFAFBB (or 0xDFAFBB) is unknown color: approx Melanie. HEX triplet: DF, AF and BB. RGB value is (223,175,187). Sum of RGB (Red+Green+Blue) = 223+175+187=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFBB is #205044. Grayscale: #BEBEBE. Windows color (decimal): -2117701 or 12300255. OLE color: 12300255.

HSL color Cylindrical-coordinate representation of color #DFAFBB: hue angle of 345º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFBB is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223175187-
CMYK00.220.160.13
HSL345º42.86%78.04%-
HSV(B)345º21.52%87.45%-
XYZ54.7349.9453.77-
YUV190.72125.9151.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=38.12%
G=29.91%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317518700.220.160.1334542.8678.04
HexDFAFBB01610D1592b4e
Octal337257273026201553153116
Binary1101111110101111101110110101101000011011010110011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFBB; }

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

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

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

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

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

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

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

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