#DFBCD8

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

Shades of French Lilac #DFBCD8

Tints of French Lilac #DFBCD8

Color information

#DFBCD8 (or 0xDFBCD8) is unknown color: approx French Lilac. HEX triplet: DF, BC and D8. RGB value is (223,188,216). Sum of RGB (Red+Green+Blue) = 223+188+216=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD8 is #204327. Grayscale: #C9C9C9. Windows color (decimal): -2114344 or 14204127. OLE color: 14204127.

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

Color convert

RGB223188216-
CMYK00.160.030.13
HSL312º35.35%80.59%-
HSV(B)312º15.7%87.45%-
XYZ60.8156.6172.69-
YUV201.66136.1143.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=35.57%
G=29.98%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318821600.160.030.1331235.3580.59
HexDFBCD80103D1382351
Octal33727433002031547043121
Binary1101111110111100110110000100001111011001110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCD8; }

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

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

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

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

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

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

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

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