#DFBDD8

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

Shades of French Lilac #DFBDD8

Tints of French Lilac #DFBDD8

Color information

#DFBDD8 (or 0xDFBDD8) is unknown color: approx French Lilac. HEX triplet: DF, BD and D8. RGB value is (223,189,216). Sum of RGB (Red+Green+Blue) = 223+189+216=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD8 is #204227. Grayscale: #CACACA. Windows color (decimal): -2114088 or 14204383. OLE color: 14204383.

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

Color convert

RGB223189216-
CMYK00.150.030.13
HSL312.35º34.69%80.78%-
HSV(B)312.35º15.25%87.45%-
XYZ61.0257.0472.76-
YUV202.24135.76142.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=35.51%
G=30.10%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318921600.150.030.13312.3534.6980.78
HexDFBDD80F3D1382351
Octal33727533001731547043121
Binary110111111011110111011000011111111011001110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDD8; }

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

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

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

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

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

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

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

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