#DFBDDD

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

Shades of French Lilac #DFBDDD

Tints of French Lilac #DFBDDD

Color information

#DFBDDD (or 0xDFBDDD) is unknown color: approx French Lilac. HEX triplet: DF, BD and DD. RGB value is (223,189,221). Sum of RGB (Red+Green+Blue) = 223+189+221=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDD is #204222. Grayscale: #CACACA. Windows color (decimal): -2114083 or 14532063. OLE color: 14532063.

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

Color convert

RGB223189221-
CMYK00.150.010.13
HSL303.53º34.69%80.78%-
HSV(B)303.53º15.25%87.45%-
XYZ61.6857.376.22-
YUV202.81138.26142.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=35.23%
G=29.86%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318922100.150.010.13303.5334.6980.78
HexDFBDDD0F1D1302351
Octal33727533501711546043121
Binary11011111101111011101110101111111011001100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDDD; }

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

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

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

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

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

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

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

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