#DFBDD6

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

Shades of French Lilac #DFBDD6

Tints of French Lilac #DFBDD6

Color information

#DFBDD6 (or 0xDFBDD6) is unknown color: approx French Lilac. HEX triplet: DF, BD and D6. RGB value is (223,189,214). Sum of RGB (Red+Green+Blue) = 223+189+214=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD6 is #204229. Grayscale: #C9C9C9. Windows color (decimal): -2114090 or 14073311. OLE color: 14073311.

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

Color convert

RGB223189214-
CMYK00.150.040.13
HSL315.88º34.69%80.78%-
HSV(B)315.88º15.25%87.45%-
XYZ60.7756.9471.41-
YUV202.02134.76142.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 214 (83.98% from 255) = 34.19%
R=35.62%
G=30.19%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318921400.150.040.13315.8834.6980.78
HexDFBDD60F4D13c2351
Octal33727532601741547443121
Binary1101111110111101110101100111110011011001111001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDD6; }

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

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

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

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

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

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

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

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