#DFB6DD

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

Shades of French Lilac #DFB6DD

Tints of French Lilac #DFB6DD

Color information

#DFB6DD (or 0xDFB6DD) is unknown color: approx French Lilac. HEX triplet: DF, B6 and DD. RGB value is (223,182,221). Sum of RGB (Red+Green+Blue) = 223+182+221=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6DD is #204922. Grayscale: #C6C6C6. Windows color (decimal): -2115875 or 14530271. OLE color: 14530271.

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

Color convert

RGB223182221-
CMYK00.180.010.13
HSL302.93º39.05%79.41%-
HSV(B)302.93º18.39%87.45%-
XYZ60.2154.3675.73-
YUV198.7140.58145.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 182 (71.48% from 255) = 29.07%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=35.62%
G=29.07%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318222100.180.010.13302.9339.0579.41
HexDFB6DD0121D12f274f
Octal33726633502211545747117
Binary110111111011011011011101010010111011001011111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6DD; }

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

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

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

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

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

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

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

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