#DFA7CE

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

Shades of French Lilac #DFA7CE

Tints of French Lilac #DFA7CE

Color information

#DFA7CE (or 0xDFA7CE) is unknown color: approx French Lilac. HEX triplet: DF, A7 and CE. RGB value is (223,167,206). Sum of RGB (Red+Green+Blue) = 223+167+206=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7CE is #205831. Grayscale: #BCBCBC. Windows color (decimal): -2119730 or 13543391. OLE color: 13543391.

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

Color convert

RGB223167206-
CMYK00.250.080.13
HSL318.21º46.67%76.47%-
HSV(B)318.21º25.11%87.45%-
XYZ55.3947.7864.7-
YUV188.19138.05152.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 167 (65.62% from 255) = 28.02%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=37.42%
G=28.02%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316720600.250.080.13318.2146.6776.47
HexDFA7CE0198D13e2f4c
Octal337247316031101547657114
Binary110111111010011111001110011001100011011001111101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7CE; }

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

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

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

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

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

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

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

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