#DFA8CD

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

Shades of French Lilac #DFA8CD

Tints of French Lilac #DFA8CD

Color information

#DFA8CD (or 0xDFA8CD) is unknown color: approx French Lilac. HEX triplet: DF, A8 and CD. RGB value is (223,168,205). Sum of RGB (Red+Green+Blue) = 223+168+205=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8CD is #205732. Grayscale: #BCBCBC. Windows color (decimal): -2119475 or 13478111. OLE color: 13478111.

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

Color convert

RGB223168205-
CMYK00.250.080.13
HSL319.64º46.22%76.67%-
HSV(B)319.64º24.66%87.45%-
XYZ55.4548.164.12-
YUV188.66137.22152.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 168 (66.02% from 255) = 28.19%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=37.42%
G=28.19%
B=34.40%

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
Decimal22316820500.250.080.13319.6446.2276.67
HexDFA8CD0198D1402e4d
Octal337250315031101550056115
Binary110111111010100011001101011001100011011010000001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8CD; }

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

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

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

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

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

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

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

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