#DFAFC1

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

Shades of Melanie #DFAFC1

Tints of Melanie #DFAFC1

Color information

#DFAFC1 (or 0xDFAFC1) is unknown color: approx Melanie. HEX triplet: DF, AF and C1. RGB value is (223,175,193). Sum of RGB (Red+Green+Blue) = 223+175+193=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFC1 is #20503E. Grayscale: #BFBFBF. Windows color (decimal): -2117695 or 12693471. OLE color: 12693471.

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

Color convert

RGB223175193-
CMYK00.220.130.13
HSL337.5º42.86%78.04%-
HSV(B)337.5º21.52%87.45%-
XYZ55.3950.257.22-
YUV191.4128.9150.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=37.73%
G=29.61%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317519300.220.130.13337.542.8678.04
HexDFAFC1016DD1522b4e
Octal337257301026151552253116
Binary110111111010111111000001010110110111011010100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFC1; }

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

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

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

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

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

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

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

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