#DFA7D2

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

Shades of French Lilac #DFA7D2

Tints of French Lilac #DFA7D2

Color information

#DFA7D2 (or 0xDFA7D2) is unknown color: approx French Lilac. HEX triplet: DF, A7 and D2. RGB value is (223,167,210). Sum of RGB (Red+Green+Blue) = 223+167+210=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7D2 is #20582D. Grayscale: #BCBCBC. Windows color (decimal): -2119726 or 13805535. OLE color: 13805535.

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

Color convert

RGB223167210-
CMYK00.250.060.13
HSL313.93º46.67%76.47%-
HSV(B)313.93º25.11%87.45%-
XYZ55.8847.9867.29-
YUV188.65140.05152.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 167 (65.62% from 255) = 27.83%
BLUE value IS 210 (82.42% from 255) = 35%
R=37.17%
G=27.83%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316721000.250.060.13313.9346.6776.47
HexDFA7D20196D13a2f4c
Octal33724732203161547257114
Binary11011111101001111101001001100111011011001110101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7D2; }

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

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

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

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

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

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

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

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