#DFA8CC

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

Shades of French Lilac #DFA8CC

Tints of French Lilac #DFA8CC

Color information

#DFA8CC (or 0xDFA8CC) is unknown color: approx French Lilac. HEX triplet: DF, A8 and CC. RGB value is (223,168,204). Sum of RGB (Red+Green+Blue) = 223+168+204=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8CC is #205733. Grayscale: #BCBCBC. Windows color (decimal): -2119476 or 13412575. OLE color: 13412575.

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

Color convert

RGB223168204-
CMYK00.250.090.13
HSL320.73º46.22%76.67%-
HSV(B)320.73º24.66%87.45%-
XYZ55.3348.0563.49-
YUV188.55136.72152.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=37.48%
G=28.24%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316820400.250.090.13320.7346.2276.67
HexDFA8CC0199D1412e4d
Octal337250314031111550156115
Binary110111111010100011001100011001100111011010000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8CC; }

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

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

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

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

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

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

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

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