#DFA6CD

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

Shades of French Lilac #DFA6CD

Tints of French Lilac #DFA6CD

Color information

#DFA6CD (or 0xDFA6CD) is unknown color: approx French Lilac. HEX triplet: DF, A6 and CD. RGB value is (223,166,205). Sum of RGB (Red+Green+Blue) = 223+166+205=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6CD is #205932. Grayscale: #BBBBBB. Windows color (decimal): -2119987 or 13477599. OLE color: 13477599.

HSL color Cylindrical-coordinate representation of color #DFA6CD: hue angle of 318.95º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6CD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223166205-
CMYK00.260.080.13
HSL318.95º47.11%76.27%-
HSV(B)318.95º25.56%87.45%-
XYZ55.0947.3764-
YUV187.49137.88153.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=37.54%
G=27.95%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316620500.260.080.13318.9547.1176.27
HexDFA6CD01A8D13f2f4c
Octal337246315032101547757114
Binary110111111010011011001101011010100011011001111111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6CD; }

 p { color: rgb(223,166,205); }

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

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

 a { background-color: rgb(223,166,205); }

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

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

 span { border-color: rgb(223,166,205); }

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