#DFABDA

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

Shades of French Lilac #DFABDA

Tints of French Lilac #DFABDA

Color information

#DFABDA (or 0xDFABDA) is unknown color: approx French Lilac. HEX triplet: DF, AB and DA. RGB value is (223,171,218). Sum of RGB (Red+Green+Blue) = 223+171+218=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABDA is #205425. Grayscale: #BFBFBF. Windows color (decimal): -2118694 or 14330847. OLE color: 14330847.

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

Color convert

RGB223171218-
CMYK00.230.020.13
HSL305.77º44.83%77.25%-
HSV(B)305.77º23.32%87.45%-
XYZ57.6549.8872.92-
YUV191.91142.73150.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=36.44%
G=27.94%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317121800.230.020.13305.7744.8377.25
HexDFABDA0172D1322d4d
Octal33725333202721546255115
Binary1101111110101011110110100101111011011001100101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABDA; }

 p { color: rgb(223,171,218); }

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

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

 a { background-color: rgb(223,171,218); }

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

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

 span { border-color: rgb(223,171,218); }

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