#DFA2CE

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

Shades of French Lilac #DFA2CE

Tints of French Lilac #DFA2CE

Color information

#DFA2CE (or 0xDFA2CE) is unknown color: approx French Lilac. HEX triplet: DF, A2 and CE. RGB value is (223,162,206). Sum of RGB (Red+Green+Blue) = 223+162+206=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2CE is #205D31. Grayscale: #B9B9B9. Windows color (decimal): -2121010 or 13542111. OLE color: 13542111.

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

Color convert

RGB223162206-
CMYK00.270.080.13
HSL316.72º48.8%75.49%-
HSV(B)316.72º27.35%87.45%-
XYZ54.4945.9864.4-
YUV185.26139.71154.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 162 (63.67% from 255) = 27.41%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=37.73%
G=27.41%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316220600.270.080.13316.7248.875.49
HexDFA2CE01B8D13d314b
Octal337242316033101547561113
Binary110111111010001011001110011011100011011001111011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA2CE; }

 p { color: rgb(223,162,206); }

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

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

 a { background-color: rgb(223,162,206); }

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

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

 span { border-color: rgb(223,162,206); }

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