#DFABDB

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

Shades of French Lilac #DFABDB

Tints of French Lilac #DFABDB

Color information

#DFABDB (or 0xDFABDB) is unknown color: approx French Lilac. HEX triplet: DF, AB and DB. RGB value is (223,171,219). Sum of RGB (Red+Green+Blue) = 223+171+219=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABDB is #205424. Grayscale: #BFBFBF. Windows color (decimal): -2118693 or 14396383. OLE color: 14396383.

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

Color convert

RGB223171219-
CMYK00.230.020.13
HSL304.62º44.83%77.25%-
HSV(B)304.62º23.32%87.45%-
XYZ57.7849.9373.61-
YUV192.02143.23150.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=36.38%
G=27.90%
B=35.73%

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
Decimal22317121900.230.020.13304.6244.8377.25
HexDFABDB0172D1312d4d
Octal33725333302721546155115
Binary1101111110101011110110110101111011011001100011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABDB; }

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

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

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

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

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

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

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

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