#DFB1DD

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

Shades of French Lilac #DFB1DD

Tints of French Lilac #DFB1DD

Color information

#DFB1DD (or 0xDFB1DD) is unknown color: approx French Lilac. HEX triplet: DF, B1 and DD. RGB value is (223,177,221). Sum of RGB (Red+Green+Blue) = 223+177+221=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DD is #204E22. Grayscale: #C3C3C3. Windows color (decimal): -2117155 or 14528991. OLE color: 14528991.

HSL color Cylindrical-coordinate representation of color #DFB1DD: hue angle of 302.61º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1DD is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223177221-
CMYK00.210.010.13
HSL302.61º41.82%78.43%-
HSV(B)302.61º20.63%87.45%-
XYZ59.252.3575.39-
YUV195.77142.24147.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=35.91%
G=28.50%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317722100.210.010.13302.6141.8278.43
HexDFB1DD0151D12f2a4e
Octal33726133502511545752116
Binary110111111011000111011101010101111011001011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1DD; }

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

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

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

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

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

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

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

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