#DFBDDA

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

Shades of French Lilac #DFBDDA

Tints of French Lilac #DFBDDA

Color information

#DFBDDA (or 0xDFBDDA) is unknown color: approx French Lilac. HEX triplet: DF, BD and DA. RGB value is (223,189,218). Sum of RGB (Red+Green+Blue) = 223+189+218=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDA is #204225. Grayscale: #CACACA. Windows color (decimal): -2114086 or 14335455. OLE color: 14335455.

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

Color convert

RGB223189218-
CMYK00.150.020.13
HSL308.82º34.69%80.78%-
HSV(B)308.82º15.25%87.45%-
XYZ61.2857.1574.13-
YUV202.47136.76142.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=35.40%
G=30%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318921800.150.020.13308.8234.6980.78
HexDFBDDA0F2D1352351
Octal33727533201721546543121
Binary110111111011110111011010011111011011001101011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDDA; }

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

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

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

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

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

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

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

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