#DFBCDB

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

Shades of French Lilac #DFBCDB

Tints of French Lilac #DFBCDB

Color information

#DFBCDB (or 0xDFBCDB) is unknown color: approx French Lilac. HEX triplet: DF, BC and DB. RGB value is (223,188,219). Sum of RGB (Red+Green+Blue) = 223+188+219=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDB is #204324. Grayscale: #C9C9C9. Windows color (decimal): -2114341 or 14400735. OLE color: 14400735.

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

Color convert

RGB223188219-
CMYK00.160.020.13
HSL306.86º35.35%80.59%-
HSV(B)306.86º15.7%87.45%-
XYZ61.256.7774.75-
YUV202137.6142.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=35.40%
G=29.84%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318821900.160.020.13306.8635.3580.59
HexDFBCDB0102D1332351
Octal33727433302021546343121
Binary1101111110111100110110110100001011011001100111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCDB; }

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

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

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

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

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

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

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

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