#DFBBD6

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

Shades of French Lilac #DFBBD6

Tints of French Lilac #DFBBD6

Color information

#DFBBD6 (or 0xDFBBD6) is unknown color: approx French Lilac. HEX triplet: DF, BB and D6. RGB value is (223,187,214). Sum of RGB (Red+Green+Blue) = 223+187+214=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD6 is #204429. Grayscale: #C8C8C8. Windows color (decimal): -2114602 or 14072799. OLE color: 14072799.

HSL color Cylindrical-coordinate representation of color #DFBBD6: hue angle of 315º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBD6 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223187214-
CMYK00.160.040.13
HSL315º36%80.39%-
HSV(B)315º16.14%87.45%-
XYZ60.3456.0871.26-
YUV200.84135.43143.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=35.74%
G=29.97%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318721400.160.040.133153680.39
HexDFBBD60104D13b2450
Octal33727332602041547344120
Binary11011111101110111101011001000010011011001110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBD6; }

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

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

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

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

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

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

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

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