#DFBCDC

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

Shades of French Lilac #DFBCDC

Tints of French Lilac #DFBCDC

Color information

#DFBCDC (or 0xDFBCDC) is unknown color: approx French Lilac. HEX triplet: DF, BC and DC. RGB value is (223,188,220). Sum of RGB (Red+Green+Blue) = 223+188+220=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDC is #204323. Grayscale: #CACACA. Windows color (decimal): -2114340 or 14466271. OLE color: 14466271.

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

Color convert

RGB223188220-
CMYK00.160.010.13
HSL305.14º35.35%80.59%-
HSV(B)305.14º15.7%87.45%-
XYZ61.3356.8275.45-
YUV202.11138.1142.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=35.34%
G=29.79%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318822000.160.010.13305.1435.3580.59
HexDFBCDC0101D1312351
Octal33727433402011546143121
Binary110111111011110011011100010000111011001100011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCDC; }

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

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

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

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

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

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

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

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