#DFAFC4

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

Shades of Melanie #DFAFC4

Tints of Melanie #DFAFC4

Color information

#DFAFC4 (or 0xDFAFC4) is unknown color: approx Melanie. HEX triplet: DF, AF and C4. RGB value is (223,175,196). Sum of RGB (Red+Green+Blue) = 223+175+196=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFC4 is #20503B. Grayscale: #BFBFBF. Windows color (decimal): -2117692 or 12890079. OLE color: 12890079.

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

Color convert

RGB223175196-
CMYK00.220.120.13
HSL333.75º42.86%78.04%-
HSV(B)333.75º21.52%87.45%-
XYZ55.7350.3359-
YUV191.75130.4150.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=37.54%
G=29.46%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317519600.220.120.13333.7542.8678.04
HexDFAFC4016CD14e2b4e
Octal337257304026141551653116
Binary110111111010111111000100010110110011011010011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFC4; }

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

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

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

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

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

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

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

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