#DFA8D2

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

Shades of French Lilac #DFA8D2

Tints of French Lilac #DFA8D2

Color information

#DFA8D2 (or 0xDFA8D2) is unknown color: approx French Lilac. HEX triplet: DF, A8 and D2. RGB value is (223,168,210). Sum of RGB (Red+Green+Blue) = 223+168+210=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8D2 is #20572D. Grayscale: #BDBDBD. Windows color (decimal): -2119470 or 13805791. OLE color: 13805791.

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

Color convert

RGB223168210-
CMYK00.250.060.13
HSL314.18º46.22%76.67%-
HSV(B)314.18º24.66%87.45%-
XYZ56.0748.3567.35-
YUV189.23139.72152.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=37.10%
G=27.95%
B=34.94%

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
Decimal22316821000.250.060.13314.1846.2276.67
HexDFA8D20196D13a2e4d
Octal33725032203161547256115
Binary11011111101010001101001001100111011011001110101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8D2; }

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

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

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

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

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

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

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

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